Mercurial > mplayer.hg
comparison libmpcodecs/vd_ffmpeg.c @ 17073:177c02c3785f
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
author | gpoirier |
---|---|
date | Fri, 02 Dec 2005 10:00:35 +0000 |
parents | 4aa0f65686a6 |
children | b3ef98ca8677 |
comparison
equal
deleted
inserted
replaced
17072:4c50b2f11ad8 | 17073:177c02c3785f |
---|---|
283 #endif | 283 #endif |
284 avctx->idct_algo= lavc_param_idct_algo; | 284 avctx->idct_algo= lavc_param_idct_algo; |
285 avctx->error_concealment= lavc_param_error_concealment; | 285 avctx->error_concealment= lavc_param_error_concealment; |
286 #if LIBAVCODEC_BUILD >= 4642 | 286 #if LIBAVCODEC_BUILD >= 4642 |
287 avctx->debug= lavc_param_debug; | 287 avctx->debug= lavc_param_debug; |
288 if (lavc_param_debug) | |
289 av_log_set_level(AV_LOG_DEBUG); | |
288 #endif | 290 #endif |
289 #if LIBAVCODEC_BUILD >= 4698 | 291 #if LIBAVCODEC_BUILD >= 4698 |
290 avctx->debug_mv= lavc_param_vismv; | 292 avctx->debug_mv= lavc_param_vismv; |
291 #endif | 293 #endif |
292 #if LIBAVCODEC_BUILD >= 4717 | 294 #if LIBAVCODEC_BUILD >= 4717 |