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