mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 19:51:49 +08:00
回滚代码
This commit is contained in:
@@ -76,8 +76,8 @@ inline void AMFValue::init() {
|
||||
}
|
||||
|
||||
}
|
||||
AMFValue::AMFValue() :
|
||||
_type(AMF_NULL) {
|
||||
AMFValue::AMFValue(AMFType type) :
|
||||
_type(type) {
|
||||
init();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user