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

git at videolan.org git at videolan.org
Wed May 19 18:54:42 CEST 2010


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

Avcodec: prepare the binding to VP8 in ffmpeg

This is still commented out until we have a lavc version bump

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

 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 7327d83..404cdd6 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -200,6 +200,10 @@ static const struct
     { VLC_CODEC_INDEO5, CODEC_ID_INDEO5, VIDEO_ES },
 #endif
 
+#if 0
+    { 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