[MPlayer-dev-eng] [PATCH] make -lavdopts debug work again
Michael Niedermayer
michaelni at gmx.at
Fri Dec 2 01:38:02 CET 2005
Hi
On Thu, Dec 01, 2005 at 07:20:30PM -0500, Jason Tackaberry wrote:
> The attached trivial patch fixes -lavdopts debug, which stopped working
> at some point during the last several months.
>
> Cheers,
> Jason.
> --- main.orig/libmpcodecs/vd_ffmpeg.c 2005-11-10 15:36:37.000000000 -0500
> +++ main/libmpcodecs/vd_ffmpeg.c 2005-12-01 19:19:44.000000000 -0500
> @@ -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);
patch ok, can be applied
[...]
--
Michael
More information about the MPlayer-dev-eng
mailing list