Commit a60cf0b9 by 夏楚 Committed by GitHub

Merge pull request #635 from mirsfang/master

fix disable hls and rtpproxy compile error
parents 1b2cb57a 6c853008
......@@ -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) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论