Commit bdf2ffa1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Avcodec: playback of WMVP

parent 9a4c8ab0
...@@ -226,6 +226,10 @@ static const struct ...@@ -226,6 +226,10 @@ static const struct
{ VLC_CODEC_FLASHSV2, CODEC_ID_FLASHSV2, VIDEO_ES }, { VLC_CODEC_FLASHSV2, CODEC_ID_FLASHSV2, VIDEO_ES },
#endif #endif
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 53, 9, 0 )
{ VLC_CODEC_WMVP, CODEC_ID_WMV3IMAGE, VIDEO_ES },
#endif
#if 0 #if 0
/* UNTESTED VideoGames*/ /* UNTESTED VideoGames*/
{ VLC_FOURCC('W','C','3','V'), CODEC_ID_XAN_WC3, { VLC_FOURCC('W','C','3','V'), CODEC_ID_XAN_WC3,
......
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