Fixed missing registration

This commit is contained in:
Josh Yelon 2007-08-13 06:49:39 +00:00
parent dfac5cacb3
commit 8317d040ae

View File

@ -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
}