mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
avcodec/snowdec: also print qbias and mvscale in debug output
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
2fb388fc9d
commit
1b4f2fb165
@ -446,8 +446,9 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
|
||||
//keyframe flag duplication mess FIXME
|
||||
if(avctx->debug&FF_DEBUG_PICT_INFO)
|
||||
av_log(avctx, AV_LOG_ERROR,
|
||||
"keyframe:%d qlog:%d decomposition_type:%d decomposition_count:%d\n",
|
||||
s->keyframe, s->qlog,
|
||||
"keyframe:%d qlog:%d qbias: %d mvscale: %d "
|
||||
"decomposition_type:%d decomposition_count:%d\n",
|
||||
s->keyframe, s->qlog, s->qbias, s->mv_scale,
|
||||
s->spatial_decomposition_type,
|
||||
s->spatial_decomposition_count
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user