video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2023-12-26 18a05d269516a5e33d8460291c2f93e73d95adce
csrc/worker/stream.hpp
@@ -1,7 +1,7 @@
#ifndef _cffmpeg_stream_hpp_
#define _cffmpeg_stream_hpp_
#include <list>
#include <deque>
#include <mutex>
#include <memory>
@@ -15,7 +15,7 @@
    class stream
    {
    private:
        std::list<CPacket> list_pkt_;
        std::deque<CPacket> list_pkt_;
        std::mutex mutex_avpkt_;
        ffwrapper::FormatIn *streamRef_;
        const int max_size_;