[FFmpeg-cvslog] isom: add Radius DV YUV FourCCs
Piotr Bandurski
git at videolan.org
Sun Mar 9 22:15:02 CET 2014
ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Tue Jun 5 12:13:39 2012 +0200| [6509012398435252979e149ea4a73438d2107600] | committer: Vittorio Giovara
isom: add Radius DV YUV FourCCs
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6509012398435252979e149ea4a73438d2107600
---
libavformat/isom.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavformat/isom.c b/libavformat/isom.c
index c5b8b60..66577e3 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -82,6 +82,8 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
{ AV_CODEC_ID_RAWVIDEO, MKTAG('b', '1', '6', 'g') },
{ AV_CODEC_ID_RAWVIDEO, MKTAG('b', '4', '8', 'r') },
{ AV_CODEC_ID_RAWVIDEO, MKTAG('D', 'V', 'O', 'O') }, /* Digital Voodoo SD 8 Bit */
+ { AV_CODEC_ID_RAWVIDEO, MKTAG('R', '4', '2', '0') }, /* Radius DV YUV PAL */
+ { AV_CODEC_ID_RAWVIDEO, MKTAG('R', '4', '1', '1') }, /* Radius DV YUV NTSC */
{ AV_CODEC_ID_R10K, MKTAG('R', '1', '0', 'k') }, /* UNCOMPRESSED 10BIT RGB */
{ AV_CODEC_ID_R10K, MKTAG('R', '1', '0', 'g') }, /* UNCOMPRESSED 10BIT RGB */
More information about the ffmpeg-cvslog
mailing list