summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2015-09-02 12:20:10 -0400
committerRonald S. Bultje <rsbultje@gmail.com>2015-09-04 09:33:44 -0400
commitcc9d3a3e369667c2c24fe4adc9f6a9362df8de81 (patch)
treea73bf675d4642df52d1fe5e01012bcd1055636db /libavcodec
parentcaf6512ac4e31f0e517e26432beb3b0d3cf5aaa8 (diff)
vp9: fix indentation.
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/vp9.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c
index b1cf929497..b986c1e10f 100644
--- a/libavcodec/vp9.c
+++ b/libavcodec/vp9.c
@@ -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;
}