fourcc: add WebP image format

Refs #19446
This commit is contained in:
Tristan Matthews 2018-03-06 01:18:54 -05:00
parent 9bcd1e0721
commit ca04206095
2 changed files with 4 additions and 0 deletions

View File

@ -406,6 +406,7 @@
#define VLC_CODEC_PCX VLC_FOURCC('p','c','x',' ')
#define VLC_CODEC_XWD VLC_FOURCC('X','W','D',' ')
#define VLC_CODEC_TXD VLC_FOURCC('T','X','D',' ')
#define VLC_CODEC_WEBP VLC_FOURCC('W','E','B','P')
/* Audio codec */

View File

@ -1003,6 +1003,9 @@ static const staticentry_t p_list_video[] = {
A("LJ2C"),
A("LJ2K"),
B(VLC_CODEC_WEBP, "WebP Image"),
A("WEBP"),
B(VLC_CODEC_LAGARITH, "Lagarith Lossless"),
A("LAGS"),