aboutsummaryrefslogtreecommitdiff
path: root/src/creator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/creator.h')
-rw-r--r--src/creator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/creator.h b/src/creator.h
index b89b16c..bcff35d 100644
--- a/src/creator.h
+++ b/src/creator.h
@@ -31,7 +31,7 @@ int i, ret, x, y;
static void encode(AVCodecContext *enc_ctx, AVFrame *frame, AVPacket *pkt, FILE *outfile);
-int generateVideo(filename, int width, int height, int fps, int bitRate, Config *config, u32 (*sfunc) (long double, long double, u32));
+int generateVideo(char *filename, int width, int height, int fps, int bitRate);
void addFrame(int *frame);