mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
vp9: fix indentation.
This commit is contained in:
parent
caf6512ac4
commit
cc9d3a3e36
@ -756,7 +756,7 @@ static int decode_frame_header(AVCodecContext *ctx,
|
|||||||
av_log(ctx, AV_LOG_WARNING,
|
av_log(ctx, AV_LOG_WARNING,
|
||||||
"Reference segmap (temp=%d,update=%d) enabled on size-change!\n",
|
"Reference segmap (temp=%d,update=%d) enabled on size-change!\n",
|
||||||
s->segmentation.temporal, s->segmentation.update_map);
|
s->segmentation.temporal, s->segmentation.update_map);
|
||||||
s->segmentation.ignore_refmap = 1;
|
s->segmentation.ignore_refmap = 1;
|
||||||
//return AVERROR_INVALIDDATA;
|
//return AVERROR_INVALIDDATA;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user