[SCM] libav/experimental: riff: Support H.264 fourcc UMSV

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


The following commit has been merged in the experimental branch:
commit 915524e541f0119e20783d198b79f278a81f1eac
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Mon Oct 14 16:29:58 2013 +0200

    riff: Support H.264 fourcc UMSV

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 4e09451..cb8634c 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -38,6 +38,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { AV_CODEC_ID_H264,         MKTAG('Q', '2', '6', '4') }, /* QNAP surveillance system */
     { AV_CODEC_ID_H264,         MKTAG('V', '2', '6', '4') }, /* CCTV recordings */
     { AV_CODEC_ID_H264,         MKTAG('G', 'A', 'V', 'C') }, /* GeoVision camera */
+    { AV_CODEC_ID_H264,         MKTAG('U', 'M', 'S', 'V') },
     { AV_CODEC_ID_H263,         MKTAG('H', '2', '6', '3') },
     { AV_CODEC_ID_H263,         MKTAG('X', '2', '6', '3') },
     { AV_CODEC_ID_H263,         MKTAG('T', '2', '6', '3') },

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list