ffv1: indent

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-04-25 17:51:17 +02:00
parent 3f4c0dad16
commit 68a9194bb6
1 changed files with 5 additions and 5 deletions

View File

@ -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;
}
}
}