Fix Build PHP 5.3.2
This commit is contained in:
parent
33544e7bed
commit
26ede7fa87
4 changed files with 33 additions and 47 deletions
|
|
@ -24,6 +24,10 @@ interface VideoFormat extends AudioFormat
|
|||
|
||||
public function getGOPSize();
|
||||
|
||||
/**
|
||||
* Returns the list of available video codecs for this format
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function getAvailableVideoCodecs();
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue