video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2019-11-22 3f1386db26fc1d8d7b615907d21d0f196780eda2
csrc/worker/decoder.hpp
@@ -18,7 +18,6 @@
{
    class FormatIn;
    class CodedData;
    class cvbridge;
} // namespace ffwrapper
namespace cffmpeg_wrap
@@ -37,7 +36,6 @@
    private:
        ffwrapper::FormatIn *decRef_;
        ffwrapper::cvbridge *conv_;
        
        std::list<FRM> list_frm_;
        std::mutex mutex_frm_;