Commit c03344e9 authored by Jean-Paul Saman's avatar Jean-Paul Saman Committed by Jean-Paul Saman

fourcc: Add VLC_CODEC_SVG

parent 7f318cff
...@@ -289,6 +289,7 @@ ...@@ -289,6 +289,7 @@
#define VLC_CODEC_TIFF VLC_FOURCC('t','i','f','f') #define VLC_CODEC_TIFF VLC_FOURCC('t','i','f','f')
#define VLC_CODEC_GIF VLC_FOURCC('g','i','f',' ') #define VLC_CODEC_GIF VLC_FOURCC('g','i','f',' ')
#define VLC_CODEC_TARGA VLC_FOURCC('t','g','a',' ') #define VLC_CODEC_TARGA VLC_FOURCC('t','g','a',' ')
#define VLC_CODEC_SVG VLC_FOURCC('s','v','g',' ')
#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',' ')
......
...@@ -972,6 +972,9 @@ static const staticentry_t p_list_video[] = { ...@@ -972,6 +972,9 @@ static const staticentry_t p_list_video[] = {
B(VLC_CODEC_SGI, "SGI Image"), B(VLC_CODEC_SGI, "SGI Image"),
A("sgi "), A("sgi "),
B(VLC_CODEC_SVG, "SVG Scalable Vector Graphics Image"),
A("svg "),
B(VLC_CODEC_PNM, "Portable Anymap Image"), B(VLC_CODEC_PNM, "Portable Anymap Image"),
A("pnm "), A("pnm "),
......
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