diff options
author | Leonard Kugis <leonardkugis@gmail.com> | 2018-02-01 00:26:36 +0100 |
---|---|---|
committer | Leonard Kugis <leonardkugis@gmail.com> | 2018-02-01 00:26:36 +0100 |
commit | be4f2582062196dd6ecf393f55566367bc1dfa9f (patch) | |
tree | 9c80c556327097f6ab7e4b97b5b195d45167565f /src/creator.h | |
parent | 28006d5fa6af63a9bc2f274e7daf7a741eaacde5 (diff) |
reorganized configs
Diffstat (limited to 'src/creator.h')
-rw-r--r-- | src/creator.h | 2 |
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); |