add libvpx-vp9 to WebM video
This commit is contained in:
parent
30d5250376
commit
afe1331d4f
1 changed files with 1 additions and 1 deletions
|
|
@ -52,6 +52,6 @@ class WebM extends DefaultVideo
|
||||||
*/
|
*/
|
||||||
public function getAvailableVideoCodecs()
|
public function getAvailableVideoCodecs()
|
||||||
{
|
{
|
||||||
return array('libvpx');
|
return array('libvpx', 'libvpx-vp9');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue