Commit c6868a0e authored by Antoine Cellerier's avatar Antoine Cellerier

FFmpeg now has support for VMware's video codec.

parent dde34adc
...@@ -916,6 +916,12 @@ static struct ...@@ -916,6 +916,12 @@ static struct
VIDEO_ES, "Indeo Video v2" }, VIDEO_ES, "Indeo Video v2" },
#endif #endif
#if LIBAVCODEC_BUILD >= ((51<<16)+(13<<8)+0)
{ VLC_FOURCC('V','M','n','c'), CODEC_ID_VMNC,
VIDEO_ES, "VMware Video" },
#endif
/* /*
* Image codecs * Image codecs
*/ */
......
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