[FFmpeg-cvslog] isom: add "NO16" FourCC

Piotr Bandurski git at videolan.org
Sun Mar 9 22:20:37 CET 2014


ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Sun Jul 15 13:25:47 2012 +0200| [31e558fbcfec8fa9fddf564ab8360384706e41c0] | committer: Vittorio Giovara

isom: add "NO16" FourCC

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

 libavformat/isom.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/isom.c b/libavformat/isom.c
index 66577e3..3b786d7 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -81,6 +81,7 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
     { AV_CODEC_ID_RAWVIDEO, MKTAG('A', 'B', 'G', 'R') },
     { AV_CODEC_ID_RAWVIDEO, MKTAG('b', '1', '6', 'g') },
     { AV_CODEC_ID_RAWVIDEO, MKTAG('b', '4', '8', 'r') },
+    { AV_CODEC_ID_RAWVIDEO, MKTAG('N', 'O', '1', '6') },
     { 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 */



More information about the ffmpeg-cvslog mailing list