修复首帧不是I帧 导致花屏的问题

This commit is contained in:
xiongziliang
2019-08-02 10:53:00 +08:00
parent 0980bde12d
commit 35c324b6b4
3 changed files with 11 additions and 4 deletions

View File

@@ -80,6 +80,7 @@ private:
uint32_t start_pts = 0;
};
map<CodecId,track_info> _codec_to_trackid;
bool _started = false;
};