Commit cab15f9d authored by Michael Niedermayer's avatar Michael Niedermayer

ffv1: remove clear_state(), it has become unused

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 83bf9fb6
......@@ -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){
......
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