[FFmpeg-cvslog] Support R10g in mov.

ami_stuff git at videolan.org
Fri May 13 00:50:30 CEST 2011


ffmpeg | branch: master | ami_stuff <ami_stuff at o2.pl> | Fri May 13 00:49:29 2011 +0200| [92ccdfb8bfbe0b183c6989d8c2d0f02f887c3c47] | committer: Carl Eugen Hoyos

Support R10g in mov.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=92ccdfb8bfbe0b183c6989d8c2d0f02f887c3c47
---

 libavformat/isom.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/isom.c b/libavformat/isom.c
index 84536b5..e0f07e2 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 */
 



More information about the ffmpeg-cvslog mailing list