diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2006-09-12 00:06:44 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2006-09-12 00:06:44 +0000 |
commit | aa8f4cee32ab66a5b9ef7aee2207867cabba5420 (patch) | |
tree | 61875790814fce130abc4d041a31fe6ec6346d02 | |
parent | 0dd5866af767953af61828504c2de662bb6ae49a (diff) | |
download | ffmpeg-aa8f4cee32ab66a5b9ef7aee2207867cabba5420.tar.gz |
add a VP6F fourcc for apps which rely on fourcc
Originally committed as revision 6232 to svn://svn.ffmpeg.org/ffmpeg/trunk
-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 1317d452fa..cb11980cc6 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -137,6 +137,7 @@ const CodecTag codec_bmp_tags[] = { { CODEC_ID_4XM, MKTAG('4', 'X', 'M', 'V') }, { CODEC_ID_FLV1, MKTAG('F', 'L', 'V', '1') }, { CODEC_ID_FLASHSV, MKTAG('F', 'S', 'V', '1') }, + { CODEC_ID_VP6F, MKTAG('V', 'P', '6', 'F') }, { CODEC_ID_SVQ1, MKTAG('s', 'v', 'q', '1') }, { CODEC_ID_TSCC, MKTAG('t', 's', 'c', 'c') }, { CODEC_ID_ULTI, MKTAG('U', 'L', 'T', 'I') }, |