diff options
author | Carl Eugen Hoyos | 2011-05-13 01:08:01 +0200 |
---|---|---|
committer | Carl Eugen Hoyos | 2011-05-13 01:08:01 +0200 |
commit | 410ca3bc2d5e95078f3d6698a2f9e53c2fd24f95 (patch) | |
tree | 10fefb00ae2f5b5e72fadfe74cbe53b42772a920 /libavformat/isom.c | |
parent | 92ccdfb8bfbe0b183c6989d8c2d0f02f887c3c47 (diff) |
Support Digital Voodoo SD 8 Bit in mov (ticket 195).
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r-- | libavformat/isom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c index e0f07e29fc..1713aa89b7 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -81,6 +81,7 @@ const AVCodecTag codec_movvideo_tags[] = { { CODEC_ID_RAWVIDEO, MKTAG('A', 'B', 'G', 'R') }, { CODEC_ID_RAWVIDEO, MKTAG('b', '1', '6', 'g') }, { CODEC_ID_RAWVIDEO, MKTAG('b', '4', '8', 'r') }, + { CODEC_ID_RAWVIDEO, MKTAG('D', 'V', 'O', 'O') }, /* Digital Voodoo SD 8 Bit */ { CODEC_ID_R10K, MKTAG('R', '1', '0', 'k') }, /* UNCOMPRESSED 10BIT RGB */ { CODEC_ID_R10K, MKTAG('R', '1', '0', 'g') }, /* UNCOMPRESSED 10BIT RGB */ |