You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user