[Cicadaplayer] Decoding thread and queue implementation

  • 4.4 Branch
  • https://github.com/alibaba/CicadaPlayer/blob/release/0.4.4/framework/codec/ActiveDecoder.h

External: send multiple packets and get a frame


    int send_packet(std::unique_ptr<IAFPacket> &packet, uint64_t timeOut) override;

    int getFrame(std::u

Guess you like

Origin blog.csdn.net/commshare/article/details/132742080