Commit a9cb697c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Add codec for XWD

parent 823a433b
...@@ -238,6 +238,7 @@ ...@@ -238,6 +238,7 @@
#define VLC_CODEC_SGI VLC_FOURCC('s','g','i',' ') #define VLC_CODEC_SGI VLC_FOURCC('s','g','i',' ')
#define VLC_CODEC_PNM VLC_FOURCC('p','n','m',' ') #define VLC_CODEC_PNM VLC_FOURCC('p','n','m',' ')
#define VLC_CODEC_PCX VLC_FOURCC('p','c','x',' ') #define VLC_CODEC_PCX VLC_FOURCC('p','c','x',' ')
#define VLC_CODEC_XWD VLC_FOURCC('X','W','D',' ')
/* Audio codec */ /* Audio codec */
......
...@@ -906,6 +906,8 @@ static const staticentry_t p_list_video[] = { ...@@ -906,6 +906,8 @@ static const staticentry_t p_list_video[] = {
B(VLC_CODEC_PCX, "Personal Computer Exchange Image"), B(VLC_CODEC_PCX, "Personal Computer Exchange Image"),
A("pcx "), A("pcx "),
B(VLC_CODEC_XWD, "X Window system raster image"),
B(VLC_CODEC_JPEG2000, "JPEG 2000 Image"), B(VLC_CODEC_JPEG2000, "JPEG 2000 Image"),
A("JP2K"), A("JP2K"),
A("mjp2"), A("mjp2"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment