From 3873e8fd301ebbdd23e57b2b07d553c1ab62fcbb Mon Sep 17 00:00:00 2001 From: wforums Date: Sun, 12 Oct 2014 00:45:08 +0200 Subject: [PATCH] Bugfix for output filename fix Getting tired :( Forgot to change header. --- src/lib_ccx/lib_ccx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);