From 3819decf3bd7e7de6952164bfabdf9b22ecad975 Mon Sep 17 00:00:00 2001 From: JoergWeber Date: Tue, 21 Aug 2007 22:25:39 +0000 Subject: [PATCH] sorry, forgot to remove a personal modification to make ffmpeg work --- ffmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index 296bf81e..283f1e56 100644 --- a/ffmpeg.c +++ b/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.