Fix CS
This commit is contained in:
parent
084bb43fc1
commit
cee2e1892e
7 changed files with 14 additions and 14 deletions
|
|
@ -15,16 +15,16 @@ use FFMpeg\Format\Video as BaseVideo;
|
|||
|
||||
/**
|
||||
* The resizable video interface
|
||||
*
|
||||
*
|
||||
* This interface provides methods for video resizing.
|
||||
*
|
||||
*
|
||||
* @author Romain Neutron imprec@gmail.com
|
||||
*/
|
||||
interface ResizableVideo extends BaseVideo
|
||||
{
|
||||
|
||||
/**
|
||||
* Returns the width setting.
|
||||
* Returns the width setting.
|
||||
* The return of this method should not depend on a media file size
|
||||
*
|
||||
* @return integer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue