From 902c25ae671541d525a439dd8dfe393971db6f2c Mon Sep 17 00:00:00 2001 From: ziyue <1213642868@qq.com> Date: Tue, 20 Jul 2021 11:48:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E6=95=88=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/TS/TSMediaSource.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/TS/TSMediaSource.h b/src/TS/TSMediaSource.h index a79cc311..5c405fe8 100644 --- a/src/TS/TSMediaSource.h +++ b/src/TS/TSMediaSource.h @@ -33,7 +33,6 @@ public: //TS直播源 class TSMediaSource : public MediaSource, public RingDelegate, public PacketCache{ public: - using PoolType = ResourcePool; using Ptr = std::shared_ptr; using RingDataType = std::shared_ptr >; using RingType = RingBuffer;