Ox.getVideoFormat returns one format, update documentation, fixes #1634
This commit is contained in:
parent
1759fa6b69
commit
a5a6eac2c5
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
'use strict';
|
||||
|
||||
/*@
|
||||
Ox.getVideoFormat <f> Get supported video formats
|
||||
Ox.getVideoFormat <f> Get supported video format
|
||||
(formats) -> <a> List of supported formats
|
||||
formats <a> List of potential formats
|
||||
format <s> First supported format form list
|
||||
@*/
|
||||
Ox.getVideoFormat = function(formats) {
|
||||
var aliases = {
|
||||
|
|
Loading…
Reference in a new issue