You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
flashsv: convert a debug av_log into av_dlog
This commit is contained in:
@@ -153,10 +153,9 @@ static int flashsv_decode_frame(AVCodecContext *avctx, void *data,
|
|||||||
return AVERROR_INVALIDDATA;
|
return AVERROR_INVALIDDATA;
|
||||||
}
|
}
|
||||||
|
|
||||||
av_log(avctx, AV_LOG_DEBUG,
|
av_dlog(avctx, "image: %dx%d block: %dx%d num: %dx%d part: %dx%d\n",
|
||||||
"image: %dx%d block: %dx%d num: %dx%d part: %dx%d\n",
|
s->image_width, s->image_height, s->block_width, s->block_height,
|
||||||
s->image_width, s->image_height, s->block_width, s->block_height,
|
h_blocks, v_blocks, h_part, v_part);
|
||||||
h_blocks, v_blocks, h_part, v_part);
|
|
||||||
|
|
||||||
s->frame.reference = 1;
|
s->frame.reference = 1;
|
||||||
s->frame.buffer_hints = FF_BUFFER_HINTS_VALID |
|
s->frame.buffer_hints = FF_BUFFER_HINTS_VALID |
|
||||||
|
Reference in New Issue
Block a user