Fix compilation error in CMake

This commit is contained in:
Null 2018-01-16 16:03:08 +08:00 committed by GitHub
parent 71ac0ad43a
commit 26215c258b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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