diff options
author | Anuradha Suraparaju <anuradha@rd.bbc.co.uk> | 2008-07-10 11:41:06 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2008-07-10 11:41:06 +0000 |
commit | eb64714c3a02b7e5d6ea258d820af0bb8a3a2f1b (patch) | |
tree | baa241093589b11ba0ee9813ef49553063990833 /libavformat/riff.c | |
parent | 0cf0e25d22879462d02979efdf44db28b48f957f (diff) | |
download | ffmpeg-eb64714c3a02b7e5d6ea258d820af0bb8a3a2f1b.tar.gz |
Add entry for Dirac codec.
Patch by Anuradha Suraparaju anuradha rd bbc co uk
Originally committed as revision 14151 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index 43e2c36f44..1945b38c72 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -160,6 +160,7 @@ const AVCodecTag codec_bmp_tags[] = { { 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_DIRAC, MKTAG('d', 'r', 'a', 'c') }, { CODEC_ID_NONE, 0 } }; |