mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
Remove unused prototype
This commit is contained in:
parent
11629ce811
commit
066ce6c9f4
|
@ -154,8 +154,6 @@ int encoder_state_init(encoder_state *encoder_state, const encoder_control * enc
|
||||||
int encoder_state_finalize(encoder_state *encoder_state);
|
int encoder_state_finalize(encoder_state *encoder_state);
|
||||||
void encoder_state_init_lambda(encoder_state *encoder_state);
|
void encoder_state_init_lambda(encoder_state *encoder_state);
|
||||||
|
|
||||||
void init_encoder_input(encoder_control *encoder, FILE* inputfile,
|
|
||||||
int32_t width, int32_t height);
|
|
||||||
void encode_one_frame(encoder_state *encoder_state);
|
void encode_one_frame(encoder_state *encoder_state);
|
||||||
int read_one_frame(FILE* file, const encoder_state *encoder);
|
int read_one_frame(FILE* file, const encoder_state *encoder);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue