mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-16 04:55:58 +08:00
修复编译问题
This commit is contained in:
@@ -121,7 +121,7 @@ static struct mov_buffer_t s_io = {
|
||||
},
|
||||
[](void *ctx) {
|
||||
MP4FileIO *thiz = (MP4FileIO *) ctx;
|
||||
return thiz->onTell();
|
||||
return (uint64_t)thiz->onTell();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user