[SCM] libav/experimental: activate gif decoder, seems to work fine on showdown2.mov

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:52:31 UTC 2013


The following commit has been merged in the experimental branch:
commit 20da94e8c5f58696f9461da5c3778fae123e92a6
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Sun Oct 22 16:17:02 2006 +0000

    activate gif decoder, seems to work fine on showdown2.mov
    
    Originally committed as revision 6767 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/mov.c b/libavformat/mov.c
index 3da82a6..b5a4261 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -81,7 +81,7 @@ static const CodecTag mov_video_tags[] = {
     { CODEC_ID_MJPEGB, MKTAG('m', 'j', 'p', 'b') }, /* Motion-JPEG (format B) */
     { CODEC_ID_MJPEG, MKTAG('A', 'V', 'D', 'J') }, /* MJPEG with alpha-channel (AVID JFIF meridien compressed) */
 /*    { CODEC_ID_MJPEG, MKTAG('A', 'V', 'R', 'n') }, *//* MJPEG with alpha-channel (AVID ABVB/Truevision NuVista) */
-/*    { CODEC_ID_GIF, MKTAG('g', 'i', 'f', ' ') }, *//* embedded gif files as frames (usually one "click to play movie" frame) */
+    { CODEC_ID_GIF, MKTAG('g', 'i', 'f', ' ') }, /* embedded gif files as frames (usually one "click to play movie" frame) */
 /* Sorenson video */
     { CODEC_ID_SVQ1, MKTAG('S', 'V', 'Q', '1') }, /* Sorenson Video v1 */
     { CODEC_ID_SVQ1, MKTAG('s', 'v', 'q', '1') }, /* Sorenson Video v1 */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list