Fix Build PHP 5.3.2

This commit is contained in:
Romain Neutron 2012-04-27 00:48:57 +02:00
commit 26ede7fa87
4 changed files with 33 additions and 47 deletions

View file

@ -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();
}