vlc | branch: master | Jean-Paul Saman <[email protected]> | Mon Mar 31 13:54:42 2014 +0200| [c03344e9d47e4265f4cc5e706d81c67dacda2ed5] | committer: Jean-Paul Saman
fourcc: Add VLC_CODEC_SVG > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c03344e9d47e4265f4cc5e706d81c67dacda2ed5 --- include/vlc_fourcc.h | 1 + src/misc/fourcc.c | 3 +++ 2 files changed, 4 insertions(+) diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h index b9ff963..fbd0d09 100644 --- a/include/vlc_fourcc.h +++ b/include/vlc_fourcc.h @@ -289,6 +289,7 @@ #define VLC_CODEC_TIFF VLC_FOURCC('t','i','f','f') #define VLC_CODEC_GIF VLC_FOURCC('g','i','f',' ') #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_PNM VLC_FOURCC('p','n','m',' ') #define VLC_CODEC_PCX VLC_FOURCC('p','c','x',' ') diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c index 1b48c05..d6f91e9 100644 --- a/src/misc/fourcc.c +++ b/src/misc/fourcc.c @@ -972,6 +972,9 @@ static const staticentry_t p_list_video[] = { B(VLC_CODEC_SGI, "SGI Image"), A("sgi "), + B(VLC_CODEC_SVG, "SVG Scalable Vector Graphics Image"), + A("svg "), + B(VLC_CODEC_PNM, "Portable Anymap Image"), A("pnm "), _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
