diff --git a/src/lib_ccx/lib_ccx.h b/src/lib_ccx/lib_ccx.h index 78d4c06f..5827a629 100644 --- a/src/lib_ccx/lib_ccx.h +++ b/src/lib_ccx/lib_ccx.h @@ -290,7 +290,7 @@ void params_dump(struct lib_ccx_ctx *ctx); void print_file_report(struct lib_ccx_ctx *ctx); // output.c -void init_write (struct ccx_s_write *wb); +void init_write(struct ccx_s_write *wb, char *filename); void writeraw (const unsigned char *data, int length, struct ccx_s_write *wb); void writedata(const unsigned char *data, int length, ccx_decoder_608_context *context, struct cc_subtitle *sub); void flushbuffer (struct lib_ccx_ctx *ctx, struct ccx_s_write *wb, int closefile);