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;