Commit cc9d3a3e authored by Ronald S. Bultje's avatar Ronald S. Bultje

vp9: fix indentation.

parent caf6512a
......@@ -756,7 +756,7 @@ static int decode_frame_header(AVCodecContext *ctx,
av_log(ctx, AV_LOG_WARNING,
"Reference segmap (temp=%d,update=%d) enabled on size-change!\n",
s->segmentation.temporal, s->segmentation.update_map);
s->segmentation.ignore_refmap = 1;
s->segmentation.ignore_refmap = 1;
//return AVERROR_INVALIDDATA;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment