添加MIT协议,完善代码

This commit is contained in:
xiongziliang
2018-10-25 10:00:17 +08:00
parent d70d9bca21
commit b3f3c854f0
26 changed files with 625 additions and 105 deletions

View File

@@ -123,7 +123,6 @@ bool RtmpDemuxer::isInited() const {
bool videoReady ,auidoReady;
if(_videoTrack){
//getTrackType() != TrackInvalid说明其已经准备好了
videoReady = _videoTrack->ready();
}else{
videoReady = _tryedGetVideoTrack || _tryedGetAudioTrack;