This commit is contained in:
Romain Neutron 2013-06-26 15:17:16 +02:00
commit a39d8939db

View file

@ -150,10 +150,10 @@ class Video extends Audio
/** /**
* Gets the frame at timecode. * Gets the frame at timecode.
* *
* @param Timecode $at * @param TimeCode $at
* @return Frame * @return Frame
*/ */
public function frame(Timecode $at) public function frame(TimeCode $at)
{ {
return new Frame($this->pathfile, $this->driver, $this->ffprobe, $at); return new Frame($this->pathfile, $this->driver, $this->ffprobe, $at);
} }