scratch – Blame information for rev
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
115 | office | 1 | <?php |
2 | |||
3 | namespace Tests\FFMpeg\Unit\Format\Video; |
||
4 | |||
5 | use FFMpeg\Format\Video\X264; |
||
6 | |||
7 | class X264Test extends VideoTestCase |
||
8 | { |
||
9 | public function getFormat() |
||
10 | { |
||
11 | return new X264(); |
||
12 | } |
||
13 | } |