cffmpeg.h @@ -9,7 +9,7 @@ typedef void* cffmpeg; cffmpeg c_ffmpeg_create(); cffmpeg c_ffmpeg_create(const int, const char *logfile); void c_ffmpeg_destroy(const cffmpeg h); void c_ffmpeg_run(const cffmpeg h, const char *input);