[SCM] libav/experimental: pvez avi fourcc is truemotion1
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:36:20 UTC 2013
The following commit has been merged in the experimental branch:
commit bf23f6dc334392e747021c15383d2db081b6f594
Author: Ben Littler <tempn at twmi.rr.com>
Date: Thu Jan 29 15:33:19 2009 +0000
pvez avi fourcc is truemotion1
Originally committed as revision 16850 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/riff.c b/libavformat/riff.c
index ef367bf..59a23ae 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -161,6 +161,7 @@ const AVCodecTag codec_bmp_tags[] = {
{ CODEC_ID_MSVIDEO1, MKTAG('w', 'h', 'a', 'm') },
{ CODEC_ID_CINEPAK, MKTAG('c', 'v', 'i', 'd') },
{ CODEC_ID_TRUEMOTION1, MKTAG('D', 'U', 'C', 'K') },
+ { CODEC_ID_TRUEMOTION1, MKTAG('P', 'V', 'E', 'Z') },
{ CODEC_ID_MSZH, MKTAG('M', 'S', 'Z', 'H') },
{ CODEC_ID_ZLIB, MKTAG('Z', 'L', 'I', 'B') },
{ CODEC_ID_SNOW, MKTAG('S', 'N', 'O', 'W') },
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list