[FFmpeg-cvslog] nut: support vp9 tag

Luca Barbato git at videolan.org
Tue Jan 15 15:13:43 CET 2013


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Sat Dec 15 23:26:07 2012 +0100| [23a610b9d66a512afed8627d294f4ae7b16153a0] | committer: Luca Barbato

nut: support vp9 tag

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

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

diff --git a/libavformat/nut.c b/libavformat/nut.c
index 196e04e..9267226 100644
--- a/libavformat/nut.c
+++ b/libavformat/nut.c
@@ -39,6 +39,7 @@ const AVCodecTag ff_nut_data_tags[] = {
 };
 
 const AVCodecTag ff_nut_video_tags[] = {
+    { AV_CODEC_ID_VP9,      MKTAG('V', 'P', '9', '0') },
     { AV_CODEC_ID_RAWVIDEO, MKTAG('R', 'G', 'B', 15 ) },
     { AV_CODEC_ID_RAWVIDEO, MKTAG('B', 'G', 'R', 15 ) },
     { AV_CODEC_ID_RAWVIDEO, MKTAG('R', 'G', 'B', 16 ) },



More information about the ffmpeg-cvslog mailing list