Map VP09 to codec vp9 (#3792)
This commit is contained in:
parent
b0ef310b96
commit
63515f84d7
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ var Codecs = StandardCodecs{
|
|||
"vp80": CodecVP8,
|
||||
"v_vp8": CodecVP8,
|
||||
"vp9": CodecVP9,
|
||||
"vp09": CodecVP9,
|
||||
"vp90": CodecVP9,
|
||||
"v_vp9": CodecVP9,
|
||||
"ogv": CodecOGV,
|
||||
|
|
Loading…
Reference in a new issue