mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-01 23:57:37 +08:00
增加rtmp/rtsp对音频G711A,G711U的支持
This commit is contained in:
@@ -51,7 +51,7 @@ protected:
|
||||
G711Frame::Ptr obtainFrame();
|
||||
protected:
|
||||
G711Frame::Ptr _adts;
|
||||
CodecId _codecid = CodecG711A;
|
||||
CodecId _codecid = CodecInvalid;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user