ffmpeg | branch: master | Vittorio Giovara <[email protected]> | Fri Oct 2 12:43:41 2015 +0200| [10aa6f9db44e96977e7155fdc3e62619e0e00a15] | committer: Vittorio Giovara
h264: Use the correct argument context in debug log > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=10aa6f9db44e96977e7155fdc3e62619e0e00a15 --- libavcodec/h264_cabac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264_cabac.c b/libavcodec/h264_cabac.c index f4e451d..2b847ed 100644 --- a/libavcodec/h264_cabac.c +++ b/libavcodec/h264_cabac.c @@ -2072,7 +2072,7 @@ decode_intra_mb: sl->intra4x4_pred_mode_cache[scan8[i]] = decode_cabac_mb_intra4x4_pred_mode(sl, pred); ff_dlog(h->avctx, "i4x4 pred=%d mode=%d\n", pred, - h->intra4x4_pred_mode_cache[scan8[i]]); + sl->intra4x4_pred_mode_cache[scan8[i]]); } } write_back_intra_pred_mode(h, sl); _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
