mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-03 13:32:10 +00:00
ffv1: remove clear_state(), it has become unused
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
83bf9fb6ec
commit
cab15f9db4
@ -1155,15 +1155,6 @@ static void clear_slice_state(FFV1Context *f, FFV1Context *fs){
|
||||
}
|
||||
}
|
||||
|
||||
static void clear_state(FFV1Context *f){
|
||||
int si;
|
||||
|
||||
for(si=0; si<f->slice_count; si++){
|
||||
FFV1Context *fs= f->slice_context[si];
|
||||
clear_slice_state(f, fs);
|
||||
}
|
||||
}
|
||||
|
||||
#if CONFIG_FFV1_ENCODER
|
||||
|
||||
static void encode_slice_header(FFV1Context *f, FFV1Context *fs){
|
||||
|
Loading…
Reference in New Issue
Block a user