From 23a610b9d66a512afed8627d294f4ae7b16153a0 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Sat, 15 Dec 2012 23:26:07 +0100 Subject: nut: support vp9 tag --- libavformat/nut.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/nut.c') diff --git a/libavformat/nut.c b/libavformat/nut.c index 196e04e54f..9267226ac6 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 ) }, -- cgit v1.2.3