[MPlayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.152,1.153

Guillaume Poirier CVS syncmail at mplayerhq.hu
Fri Dec 2 11:00:38 CET 2005


CVS change done by Guillaume Poirier CVS

Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv17724/libmpcodecs

Modified Files:
	vd_ffmpeg.c 
Log Message:
make -lavdopts debug work again, patch by Jason Tackaberry ( tack AH sault POIS org )
Original thread:
Subject: Re: [MPlayer-dev-eng] [PATCH] make -lavdopts debug work again
Date: Fri, 2 Dec 2005 01:38:02 +0100


Index: vd_ffmpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_ffmpeg.c,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- vd_ffmpeg.c	10 Nov 2005 20:36:37 -0000	1.152
+++ vd_ffmpeg.c	2 Dec 2005 10:00:35 -0000	1.153
@@ -285,6 +285,8 @@
     avctx->error_concealment= lavc_param_error_concealment;
 #if LIBAVCODEC_BUILD >= 4642
     avctx->debug= lavc_param_debug;
+    if (lavc_param_debug)
+        av_log_set_level(AV_LOG_DEBUG);
 #endif    
 #if LIBAVCODEC_BUILD >= 4698
     avctx->debug_mv= lavc_param_vismv;




More information about the MPlayer-cvslog mailing list