fix disable hls and rtpproxy compile error

This commit is contained in:
mirs 2020-12-18 18:32:12 +08:00
parent dc3701e6cc
commit 6c853008fc
1 changed files with 1 additions and 0 deletions

View File

@ -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) {