[vlc-commits] Avcodec: playback of WMVP
Jean-Baptiste Kempf
git at videolan.org
Tue Aug 23 12:07:34 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Aug 23 11:44:21 2011 +0200| [bdf2ffa170e98060a9ad830e9de9adf59cc41ac8] | committer: Jean-Baptiste Kempf
Avcodec: playback of WMVP
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bdf2ffa170e98060a9ad830e9de9adf59cc41ac8
---
modules/codec/avcodec/fourcc.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index d26eb5c..ec634ff 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -226,6 +226,10 @@ static const struct
{ VLC_CODEC_FLASHSV2, CODEC_ID_FLASHSV2, VIDEO_ES },
#endif
+#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 53, 9, 0 )
+ { VLC_CODEC_WMVP, CODEC_ID_WMV3IMAGE, VIDEO_ES },
+#endif
+
#if 0
/* UNTESTED VideoGames*/
{ VLC_FOURCC('W','C','3','V'), CODEC_ID_XAN_WC3,
More information about the vlc-commits
mailing list