1
mirror of https://github.com/mpv-player/mpv synced 2024-08-28 05:46:13 +02: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:
gpoirier 2005-12-02 10:00:35 +00:00
parent bb856b5be1
commit 340feb8bbe

View File

@ -285,6 +285,8 @@ static int init(sh_video_t *sh){
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;