csrc/buz/recorder.cpp
@@ -70,7 +70,6 @@ fclose(fp_); fp_ = NULL; } } int Recorder::init_write_h264(const bool audio){ @@ -323,10 +322,6 @@ if (in->open(NULL, NULL) < 0){ logIt("mux hevc open stream error"); return -3; } if (!in->findStreamInfo(NULL)) { logIt("mux hevc can't find streams"); return -4; } std::unique_ptr<FormatOut> out(new FormatOut(in_->getFPS(), "mp4"));