mirror of
https://github.com/Motion-Project/motion.git
synced 2026-05-18 19:45:23 -04:00
sorry, forgot to remove a personal modification to make ffmpeg work
This commit is contained in:
2
ffmpeg.c
2
ffmpeg.c
@@ -127,7 +127,7 @@ static int mpeg1_write_trailer(AVFormatContext *s)
|
||||
void ffmpeg_init()
|
||||
{
|
||||
av_register_all();
|
||||
// av_log_set_callback( (void *)ffmpeg_avcodec_log );
|
||||
av_log_set_callback( (void *)ffmpeg_avcodec_log );
|
||||
|
||||
/* Copy the functions to use for the append file protocol from the standard
|
||||
* file protocol.
|
||||
|
||||
Reference in New Issue
Block a user