[SCM] libav/experimental: riff: support BW10 as mpeg1

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:02:38 UTC 2014


The following commit has been merged in the experimental branch:
commit 771cb3e59239f45f789c0841b0df7600271fa1a7
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Apr 3 15:10:45 2014 +0200

    riff: support BW10 as mpeg1

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 6b08015..7a5f1f4 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -162,6 +162,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     /* Matrox MPEG-2 intra-only */
     { AV_CODEC_ID_MPEG2VIDEO,   MKTAG('M', '7', '0', '1') },
     { AV_CODEC_ID_MPEG2VIDEO,   MKTAG('m', 'p', 'g', 'v') },
+    { AV_CODEC_ID_MPEG1VIDEO,   MKTAG('B', 'W', '1', '0') },
     { AV_CODEC_ID_MJPEG,        MKTAG('M', 'J', 'P', 'G') },
     { AV_CODEC_ID_MJPEG,        MKTAG('L', 'J', 'P', 'G') },
     { AV_CODEC_ID_MJPEG,        MKTAG('d', 'm', 'b', '1') },

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list