From cee2e1892e2c8071394278e2f21dc46083fa1669 Mon Sep 17 00:00:00 2001 From: grosroro Date: Wed, 30 May 2012 12:26:06 +0200 Subject: [PATCH] Fix CS --- src/FFMpeg/Format/Audio.php | 2 +- src/FFMpeg/Format/Audio/InteractiveAudio.php | 4 ++-- src/FFMpeg/Format/Audio/ResamplableAudio.php | 6 +++--- src/FFMpeg/Format/Video.php | 2 +- src/FFMpeg/Format/Video/InteractiveVideo.php | 4 ++-- src/FFMpeg/Format/Video/ResamplableVideo.php | 4 ++-- src/FFMpeg/Format/Video/ResizableVideo.php | 6 +++--- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/FFMpeg/Format/Audio.php b/src/FFMpeg/Format/Audio.php index 7f02a09..02efc46 100644 --- a/src/FFMpeg/Format/Audio.php +++ b/src/FFMpeg/Format/Audio.php @@ -13,7 +13,7 @@ namespace FFMpeg\Format; /** * The base audio interface - * + * * @author Romain Neutron imprec@gmail.com */ interface Audio diff --git a/src/FFMpeg/Format/Audio/InteractiveAudio.php b/src/FFMpeg/Format/Audio/InteractiveAudio.php index 03ce119..49cef05 100644 --- a/src/FFMpeg/Format/Audio/InteractiveAudio.php +++ b/src/FFMpeg/Format/Audio/InteractiveAudio.php @@ -14,10 +14,10 @@ namespace FFMpeg\Format\Audio; use FFMpeg\Format\Audio as BaseAudio; /** - * The interactive audio interface. This provide a method to list available + * The interactive audio interface. This provide a method to list available * codecs. This is usefull to build interactive development and switch between * different codecs - * + * * @author Romain Neutron imprec@gmail.com */ interface InteractiveAudio extends BaseAudio diff --git a/src/FFMpeg/Format/Audio/ResamplableAudio.php b/src/FFMpeg/Format/Audio/ResamplableAudio.php index a6b9901..4e0e8dc 100644 --- a/src/FFMpeg/Format/Audio/ResamplableAudio.php +++ b/src/FFMpeg/Format/Audio/ResamplableAudio.php @@ -15,9 +15,9 @@ use FFMpeg\Format\Audio as BaseAudio; /** * The resamplable audio interface - * - * This provide a method to define the AudiosampleRate - * + * + * This provide a method to define the AudiosampleRate + * * @author Romain Neutron imprec@gmail.com */ interface ResamplableAudio extends BaseAudio diff --git a/src/FFMpeg/Format/Video.php b/src/FFMpeg/Format/Video.php index 6f2f1fa..6f64f8b 100644 --- a/src/FFMpeg/Format/Video.php +++ b/src/FFMpeg/Format/Video.php @@ -13,7 +13,7 @@ namespace FFMpeg\Format; /** * The base video interface - * + * * @author Romain Neutron imprec@gmail.com */ interface Video extends Audio diff --git a/src/FFMpeg/Format/Video/InteractiveVideo.php b/src/FFMpeg/Format/Video/InteractiveVideo.php index accafcb..1a41e29 100644 --- a/src/FFMpeg/Format/Video/InteractiveVideo.php +++ b/src/FFMpeg/Format/Video/InteractiveVideo.php @@ -14,10 +14,10 @@ namespace FFMpeg\Format\Video; use FFMpeg\Format\Video as BaseVideo; /** - * The interactive video interface. This provide a method to list available + * The interactive video interface. This provide a method to list available * codecs. This is usefull to build interactive development and switch between * different codecs - * + * * @author Romain Neutron imprec@gmail.com */ interface InteractiveVideo extends BaseVideo diff --git a/src/FFMpeg/Format/Video/ResamplableVideo.php b/src/FFMpeg/Format/Video/ResamplableVideo.php index a08c0c8..172d03f 100644 --- a/src/FFMpeg/Format/Video/ResamplableVideo.php +++ b/src/FFMpeg/Format/Video/ResamplableVideo.php @@ -15,9 +15,9 @@ use FFMpeg\Format\Video as BaseVideo; /** * The resamplable video interface - * + * * This interface provides frame rate and GOP size settings for video encoding - * + * * @author Romain Neutron imprec@gmail.com */ interface ResamplableVideo extends BaseVideo diff --git a/src/FFMpeg/Format/Video/ResizableVideo.php b/src/FFMpeg/Format/Video/ResizableVideo.php index c0bc539..346fc2a 100644 --- a/src/FFMpeg/Format/Video/ResizableVideo.php +++ b/src/FFMpeg/Format/Video/ResizableVideo.php @@ -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