mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2025-01-24 02:41:41 +00:00
Fix compilation error in CMake
This commit is contained in:
parent
71ac0ad43a
commit
26215c258b
@ -229,5 +229,6 @@ unsigned int get_color_encoded(struct encoder_ctx *ctx, unsigned char *buffer, i
|
|||||||
unsigned int get_font_encoded(struct encoder_ctx *ctx, unsigned char *buffer, int line_num, struct eia608_screen *data);
|
unsigned int get_font_encoded(struct encoder_ctx *ctx, unsigned char *buffer, int line_num, struct eia608_screen *data);
|
||||||
int pass_cc_buffer_to_python(struct eia608_screen *data, struct encoder_ctx *context);
|
int pass_cc_buffer_to_python(struct eia608_screen *data, struct encoder_ctx *context);
|
||||||
|
|
||||||
|
struct lib_ccx_ctx;
|
||||||
void switch_output_file(struct lib_ccx_ctx *ctx, struct encoder_ctx *enc_ctx, int track_id);
|
void switch_output_file(struct lib_ccx_ctx *ctx, struct encoder_ctx *enc_ctx, int track_id);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user