public function video_ffmpeg_php::__construct in Video 7
Constructor. Just call the parent.
Overrides video_ffmpeg::__construct
File
- transcoders/
video_ffmpeg_php.inc, line 20
Class
Code
public function __construct() {
parent::__construct();
}