nut: support vp9 tag
authorLuca Barbato <lu_zero@gentoo.org>
Sat, 15 Dec 2012 22:26:07 +0000 (23:26 +0100)
committerLuca Barbato <lu_zero@gentoo.org>
Mon, 14 Jan 2013 18:20:47 +0000 (19:20 +0100)
libavformat/nut.c

index 196e04e54fa3d757cf643acf936360b3fd39fd05..9267226ac6323ff393ff2165d847aed7dc5d18bc 100644 (file)
@@ -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 ) },