mirror of
https://github.com/mpv-player/mpv
synced 2024-10-30 04:46:41 +01:00
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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17074 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
bb856b5be1
commit
340feb8bbe
@ -285,6 +285,8 @@ static int init(sh_video_t *sh){
|
|||||||
avctx->error_concealment= lavc_param_error_concealment;
|
avctx->error_concealment= lavc_param_error_concealment;
|
||||||
#if LIBAVCODEC_BUILD >= 4642
|
#if LIBAVCODEC_BUILD >= 4642
|
||||||
avctx->debug= lavc_param_debug;
|
avctx->debug= lavc_param_debug;
|
||||||
|
if (lavc_param_debug)
|
||||||
|
av_log_set_level(AV_LOG_DEBUG);
|
||||||
#endif
|
#endif
|
||||||
#if LIBAVCODEC_BUILD >= 4698
|
#if LIBAVCODEC_BUILD >= 4698
|
||||||
avctx->debug_mv= lavc_param_vismv;
|
avctx->debug_mv= lavc_param_vismv;
|
||||||
|
Loading…
Reference in New Issue
Block a user