video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2019-07-26 51e5858dda6fb386024df0dce2bc38270f1bff02
csrc/buz/recorder.cpp
@@ -96,9 +96,9 @@
            //callback to frame index and path
            if(func_rec_info_){
                func_rec_info_(file_frame_index_, file_path_);
                logIt("recoder index %d, file name %s\n", file_frame_index_, file_path_.c_str());
                // logIt("recoder index %d, file name %s\n", file_frame_index_, file_path_.c_str());
            }else{
                logIt("recorder has no func_rec_info");
                // logIt("recorder has no func_rec_info");
            }
        }