diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-09-21 18:23:46 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-09-21 18:23:46 +0000 |
commit | 32bbb99d0a67d87c0128c110463a9bed1f8729e4 (patch) | |
tree | 223c1e0f71c3c1ea9286458421121c76918c4a8b /libavformat/riff.c | |
parent | 3ae3b721237b6a4e195b077a45efb5e777ea1175 (diff) | |
download | ffmpeg-32bbb99d0a67d87c0128c110463a9bed1f8729e4.tar.gz |
HDYC fourcc, sample hdyc/Test2.avi
Originally committed as revision 10541 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 bcc19b272c..50101c5557 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -117,6 +117,7 @@ const AVCodecTag codec_bmp_tags[] = { { CODEC_ID_RAWVIDEO, MKTAG('U', 'Y', 'V', 'Y') }, { CODEC_ID_RAWVIDEO, MKTAG('I', 'Y', 'U', 'V') }, { CODEC_ID_RAWVIDEO, MKTAG('Y', '8', '0', '0') }, + { CODEC_ID_RAWVIDEO, MKTAG('H', 'D', 'Y', 'C') }, { CODEC_ID_INDEO3, MKTAG('I', 'V', '3', '1') }, { CODEC_ID_INDEO3, MKTAG('I', 'V', '3', '2') }, { CODEC_ID_VP3, MKTAG('V', 'P', '3', '1') }, |