Merge pull request #635 from mirsfang/master

fix disable hls and rtpproxy compile error
This commit is contained in:
夏楚 2020-12-19 09:14:48 +08:00 committed by GitHub
commit a60cf0b9a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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