[vlc-commits] avcodec: dxtory support arrived a bit later in ffmpeg than in libav...

Konstantin Pavlov git at videolan.org
Tue Feb 28 09:54:18 CET 2012


vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Tue Feb 28 12:51:00 2012 +0400| [fdb0dcae43697f21be471cb0d2da5416bc0d8877] | committer: Konstantin Pavlov

avcodec: dxtory support arrived a bit later in ffmpeg than in libav...

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

 modules/codec/avcodec/fourcc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 7559e7d..d411f05 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -222,7 +222,7 @@ static const struct
     { VLC_CODEC_UTVIDEO, CODEC_ID_UTVIDEO, VIDEO_ES },
 #endif
 
-#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 53, 28, 0 )
+#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 53, 42, 0 )
     { VLC_CODEC_DXTORY, CODEC_ID_DXTORY, VIDEO_ES },
 #endif
 



More information about the vlc-commits mailing list