[vlc-commits] commit: Avcodec: prepare the binding to VP8 in ffmpeg (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Thu May 20 18:29:16 CEST 2010


vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed May 19 18:52:26 2010 +0200| [ef0cdc5bb3d2fc93530d1f77ecc5044995ef4a1d] | committer: Jean-Baptiste Kempf 

Avcodec: prepare the binding to VP8 in ffmpeg

(cherry picked from commit 0e70f9ed44c34c7ba22dcf11bc2b1e04c3bb9374)
(cherry picked from commit 488fd4bd13150d12327a67fa203b406dcd03a0c7)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=ef0cdc5bb3d2fc93530d1f77ecc5044995ef4a1d
---

 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 f383a93..5a215e5 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -204,6 +204,10 @@ static const struct
     { VLC_CODEC_INDEO5, CODEC_ID_INDEO5, VIDEO_ES },
 #endif
 
+#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 68, 2 )
+    { VLC_CODEC_VP8, CODEC_ID_VP8, VIDEO_ES },
+#endif
+
     /* Videogames Codecs */
 
     { VLC_CODEC_INTERPLAY, CODEC_ID_INTERPLAY_VIDEO, VIDEO_ES },



More information about the vlc-commits mailing list