Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2015-09-02 19:20:10 +0300
committerRonald S. Bultje <rsbultje@gmail.com>2015-09-04 16:33:44 +0300
commitcc9d3a3e369667c2c24fe4adc9f6a9362df8de81 (patch)
treea73bf675d4642df52d1fe5e01012bcd1055636db /libavcodec/vp9.c
parentcaf6512ac4e31f0e517e26432beb3b0d3cf5aaa8 (diff)
vp9: fix indentation.
Diffstat (limited to 'libavcodec/vp9.c')
-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;
}