From 0e2770485974bc8667a8076e5f5f7bc949970072 Mon Sep 17 00:00:00 2001 From: ziyue <1213642868@qq.com> Date: Thu, 22 Jul 2021 14:59:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Record/TsMuxer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Record/TsMuxer.h b/src/Record/TsMuxer.h index 46e4a4ae..be7d62da 100644 --- a/src/Record/TsMuxer.h +++ b/src/Record/TsMuxer.h @@ -90,7 +90,7 @@ public: void inputFrame(const Frame::Ptr &frame) override {} protected: - virtual void onTs(const void *packet, size_t bytes,uint32_t timestamp,bool is_idr_fast_packet) = 0; + virtual void onTs(std::shared_ptr buffer, uint32_t timestamp,bool is_idr_fast_packet) = 0; }; }//namespace mediakit