Commit 68a9194b authored by Michael Niedermayer's avatar Michael Niedermayer

ffv1: indent

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3f4c0dad
......@@ -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;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment