Commit 4530a2d7 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add VP6A fourCC.

parent 703cfb49
...@@ -993,6 +993,11 @@ static struct ...@@ -993,6 +993,11 @@ static struct
VIDEO_ES, "On2's VP6.1 Video" }, VIDEO_ES, "On2's VP6.1 Video" },
#endif #endif
#if LIBAVCODEC_VERSION_INT >= ((51<<16)+(47<<8)+0)
{ VLC_FOURCC('V','P','6','A'), CODEC_ID_VP6A,
VIDEO_ES, "On2's VP6 A Video" },
#endif
/* Xiph.org theora */ /* Xiph.org theora */
{ VLC_FOURCC('t','h','e','o'), CODEC_ID_THEORA, { VLC_FOURCC('t','h','e','o'), CODEC_ID_THEORA,
VIDEO_ES, "Xiph.org's Theora Video" }, VIDEO_ES, "Xiph.org's Theora Video" },
......
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