mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-07 04:08:13 +08:00
解决单音频无法录制mp4的bug
This commit is contained in:
@@ -81,8 +81,9 @@ private:
|
||||
Stamp stamp;
|
||||
};
|
||||
unordered_map<int,track_info> _codec_to_trackid;
|
||||
bool _started = false;
|
||||
List<Frame::Ptr> _frameCached;
|
||||
bool _started = false;
|
||||
bool _have_video = false;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user