projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66aabd7
)
nut: support vp9 tag
author
Luca Barbato
<lu_zero@gentoo.org>
Sat, 15 Dec 2012 22:26:07 +0000
(23:26 +0100)
committer
Luca Barbato
<lu_zero@gentoo.org>
Mon, 14 Jan 2013 18:20:47 +0000
(19:20 +0100)
libavformat/nut.c
patch
|
blob
|
history
diff --git
a/libavformat/nut.c
b/libavformat/nut.c
index 196e04e54fa3d757cf643acf936360b3fd39fd05..9267226ac6323ff393ff2165d847aed7dc5d18bc 100644
(file)
--- 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 ) },