csrc/buz/recorder.hpp
@@ -29,7 +29,7 @@ class Recorder{ public: explicit Recorder(ffwrapper::FormatIn *in); Recorder(ffwrapper::FormatIn *in, const std::string &id); ~Recorder(); public: @@ -66,6 +66,7 @@ std::condition_variable cv_; std::string dir_; std::string id_; int64_t id_frame_; int file_frame_index_;