mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 01:02:33 +00:00
avcodec/mpeg12dec: print aspect_ratio_info in debug output
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
ae17a0c258
commit
b8a55994f0
@ -2171,8 +2171,8 @@ static int mpeg1_decode_sequence(AVCodecContext *avctx,
|
||||
s->low_delay = 1;
|
||||
|
||||
if (s->avctx->debug & FF_DEBUG_PICT_INFO)
|
||||
av_log(s->avctx, AV_LOG_DEBUG, "vbv buffer: %d, bitrate:%d\n",
|
||||
s->avctx->rc_buffer_size, s->bit_rate);
|
||||
av_log(s->avctx, AV_LOG_DEBUG, "vbv buffer: %d, bitrate:%d, aspect_ratio_info: %d \n",
|
||||
s->avctx->rc_buffer_size, s->bit_rate, s->aspect_ratio_info);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user