[SCM] libav/experimental: recognize the CLJR FourCC (Cirrus Logic AccuPak)
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:16:42 UTC 2013
The following commit has been merged in the experimental branch:
commit d98878f423606c0175c8ef2dbfe7df309c5e3246
Author: Mike Melanson <mike at multimedia.cx>
Date: Sun Mar 9 04:18:48 2008 +0000
recognize the CLJR FourCC (Cirrus Logic AccuPak)
Originally committed as revision 12391 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/riff.c b/libavformat/riff.c
index b977f0d..5c338bd 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -176,6 +176,7 @@ const AVCodecTag codec_bmp_tags[] = {
{ CODEC_ID_JPEG2000, MKTAG('M', 'J', '2', 'C') },
{ CODEC_ID_VMNC, MKTAG('V', 'M', 'n', 'c') },
{ CODEC_ID_TARGA, MKTAG('t', 'g', 'a', ' ') },
+ { CODEC_ID_CLJR, MKTAG('c', 'l', 'j', 'r') },
{ CODEC_ID_NONE, 0 },
};
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list