From 6c853008fce46f2ad61b43df7d3026c69e7637ef Mon Sep 17 00:00:00 2001 From: mirs Date: Fri, 18 Dec 2020 18:32:12 +0800 Subject: [PATCH] fix disable hls and rtpproxy compile error --- src/Rtp/Decoder.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Rtp/Decoder.cpp b/src/Rtp/Decoder.cpp index c0aadd7d..35a6663d 100644 --- a/src/Rtp/Decoder.cpp +++ b/src/Rtp/Decoder.cpp @@ -223,6 +223,7 @@ void DecoderImp::onDecode(int stream,int codecid,int flags,int64_t pts,int64_t d } #else void DecoderImp::onDecode(int stream,int codecid,int flags,int64_t pts,int64_t dts,const void *data,int bytes) {} +void DecoderImp::onStream(int stream,int codecid,const void *extra,int bytes,int finish) {} #endif void DecoderImp::onTrack(const Track::Ptr &track) {