From 68a9194bb6ae638f51832c460c15b74f2c357ea9 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 25 Apr 2012 17:51:17 +0200 Subject: [PATCH] ffv1: indent Signed-off-by: Michael Niedermayer --- libavcodec/ffv1.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libavcodec/ffv1.c b/libavcodec/ffv1.c index c906ca6791..e03778e764 100644 --- a/libavcodec/ffv1.c +++ b/libavcodec/ffv1.c @@ -1917,11 +1917,11 @@ static int read_header(FFV1Context *f){ } if(f->version <= 2){ - if(p->context_count < context_count){ - av_freep(&p->state); - av_freep(&p->vlc_state); - } - p->context_count= context_count; + if(p->context_count < context_count){ + av_freep(&p->state); + av_freep(&p->vlc_state); + } + p->context_count= context_count; } } }