csrc/cffmpeg.cpp @@ -19,7 +19,7 @@ cffmpeg c_ffmpeg_create(const int log, const char *logfile){ bool logit = false; if (log) logit = true; if (log != 0) logit = true; return new Wrapper(logit, logfile); }