mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-16 13:05:59 +08:00
新增支持Python混合编程模式 (#4579)
This commit is contained in:
@@ -19,7 +19,11 @@ using namespace toolkit;
|
||||
namespace mediakit {
|
||||
|
||||
MP4Muxer::~MP4Muxer() {
|
||||
closeMP4();
|
||||
try {
|
||||
closeMP4();
|
||||
} catch (std::exception &e) {
|
||||
WarnL << e.what();
|
||||
}
|
||||
}
|
||||
|
||||
void MP4Muxer::openMP4(const string &file) {
|
||||
|
||||
Reference in New Issue
Block a user