cffmpeg.h @@ -10,6 +10,8 @@ typedef void* cffmpeg; cffmpeg c_ffmpeg_create(); cffmpeg c_ffmpeg_create2(const char *logfile); void c_ffmpeg_destroy(const cffmpeg h); void c_ffmpeg_run(const cffmpeg h, const char *input);