Fixed missing registration
This commit is contained in:
parent
dfac5cacb3
commit
8317d040ae
|
|
@ -50,8 +50,8 @@ init_libmovies() {
|
|||
MovieAudio::init_type();
|
||||
InkblotVideo::init_type();
|
||||
#ifdef HAVE_FFMPEG
|
||||
// FfmpegVideo::init_type();
|
||||
// FfmpegAudio::init_type();
|
||||
FfmpegVideo::init_type();
|
||||
FfmpegAudio::init_type();
|
||||
av_register_all();
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue