mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
ffv1: indent
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3f4c0dad16
commit
68a9194bb6
@ -1917,11 +1917,11 @@ static int read_header(FFV1Context *f){
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(f->version <= 2){
|
if(f->version <= 2){
|
||||||
if(p->context_count < context_count){
|
if(p->context_count < context_count){
|
||||||
av_freep(&p->state);
|
av_freep(&p->state);
|
||||||
av_freep(&p->vlc_state);
|
av_freep(&p->vlc_state);
|
||||||
}
|
}
|
||||||
p->context_count= context_count;
|
p->context_count= context_count;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user