diff options
author | ami_stuff <ami_stuff@o2.pl> | 2011-05-13 00:49:29 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-05-13 00:49:29 +0200 |
commit | 92ccdfb8bfbe0b183c6989d8c2d0f02f887c3c47 (patch) | |
tree | ece7d55c12e79bc7732214ad3cde2863139b0d72 /libavformat | |
parent | 86f2c36c6c62cf0c5789dee975c57029a2b4cf86 (diff) | |
download | ffmpeg-92ccdfb8bfbe0b183c6989d8c2d0f02f887c3c47.tar.gz |
Support R10g in mov.
Diffstat (limited to 'libavformat')
-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 84536b5689..e0f07e29fc 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -83,6 +83,7 @@ const AVCodecTag codec_movvideo_tags[] = { { CODEC_ID_RAWVIDEO, MKTAG('b', '4', '8', 'r') }, { CODEC_ID_R10K, MKTAG('R', '1', '0', 'k') }, /* UNCOMPRESSED 10BIT RGB */ + { CODEC_ID_R10K, MKTAG('R', '1', '0', 'g') }, /* UNCOMPRESSED 10BIT RGB */ { CODEC_ID_R210, MKTAG('r', '2', '1', '0') }, /* UNCOMPRESSED 10BIT RGB */ { CODEC_ID_V210, MKTAG('v', '2', '1', '0') }, /* UNCOMPRESSED 10BIT 4:2:2 */ |