diff options
author | Paul B Mahol <onemda@gmail.com> | 2011-12-08 00:05:23 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-12-08 09:47:53 +0100 |
commit | e93947b7d845168beb768c988f4e13fe9601d670 (patch) | |
tree | af687fbca0087de4cfaf1fee0baef3baf04861c2 /libavformat/riff.c | |
parent | 47b20a1db07552fa6071fb7368534dda0b0f5546 (diff) | |
download | ffmpeg-e93947b7d845168beb768c988f4e13fe9601d670.tar.gz |
cljr: add encoder
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index 2a989cd1bb..1161e975e9 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -264,7 +264,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { CODEC_ID_TARGA, MKTAG('t', 'g', 'a', ' ') }, { CODEC_ID_PNG, MKTAG('M', 'P', 'N', 'G') }, { CODEC_ID_PNG, MKTAG('P', 'N', 'G', '1') }, - { CODEC_ID_CLJR, MKTAG('c', 'l', 'j', 'r') }, + { CODEC_ID_CLJR, MKTAG('C', 'L', 'J', 'R') }, { CODEC_ID_DIRAC, MKTAG('d', 'r', 'a', 'c') }, { CODEC_ID_RPZA, MKTAG('a', 'z', 'p', 'r') }, { CODEC_ID_RPZA, MKTAG('R', 'P', 'Z', 'A') }, |