summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-04-25 17:51:17 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-04-25 17:51:17 +0200
commit68a9194bb6ae638f51832c460c15b74f2c357ea9 (patch)
tree8907ee1029dfa91fff2eb39fcb04f1d1f7dfdc03
parent3f4c0dad16b853fdd16ef89de1b082b9333737c3 (diff)
ffv1: indent
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavcodec/ffv1.c10
1 files 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;
}
}
}