diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-05-27 22:43:34 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-05-27 22:43:34 +0000 |
commit | 9ca9fce1ddd6920006fd22f701a3e107b89cd519 (patch) | |
tree | 4be3a476d36962d00b8bd719231c6d1c75985d94 /libavformat | |
parent | db6e7795060fd7c60a259f3e5def662f89936eb9 (diff) | |
download | ffmpeg-9ca9fce1ddd6920006fd22f701a3e107b89cd519.tar.gz |
asv1 regression test
Originally committed as revision 1912 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/avienc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avienc.c b/libavformat/avienc.c index b3c7c26aaf..c7c15f9e72 100644 --- a/libavformat/avienc.c +++ b/libavformat/avienc.c @@ -163,6 +163,7 @@ const CodecTag codec_bmp_tags[] = { { CODEC_ID_INDEO3, MKTAG('I', 'V', '3', '1') }, { CODEC_ID_INDEO3, MKTAG('I', 'V', '3', '2') }, { CODEC_ID_VP3, MKTAG('V', 'P', '3', '1') }, + { CODEC_ID_ASV1, MKTAG('A', 'S', 'V', '1') }, { 0, 0 }, }; |