git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fb6ff3
)
Disable ffmpeg GIF decoder. It's currenly not working (doing some weird infinite...
author
Antoine Cellerier
<dionoea@videolan.org>
Wed, 21 Mar 2007 21:42:10 +0000
(21:42 +0000)
committer
Antoine Cellerier
<dionoea@videolan.org>
Wed, 21 Mar 2007 21:42:10 +0000
(21:42 +0000)
modules/codec/ffmpeg/ffmpeg.c
patch
|
blob
|
history
diff --git
a/modules/codec/ffmpeg/ffmpeg.c
b/modules/codec/ffmpeg/ffmpeg.c
index
6108e85
..
769f210
100644
(file)
--- a/
modules/codec/ffmpeg/ffmpeg.c
+++ b/
modules/codec/ffmpeg/ffmpeg.c
@@
-963,7
+963,7
@@
static struct
VIDEO_ES, "BMP Image" },
#endif
-#if LIBAVCODEC_VERSION_INT >= ((51<<16)+(21<<8)+0)
+#if LIBAVCODEC_VERSION_INT >= ((51<<16)+(21<<8)+0)
&& 0
{ VLC_FOURCC('g','i','f',' '), CODEC_ID_GIF,
VIDEO_ES, "GIF Image" },
#endif