mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-17 21:42:24 +08:00
简化命名空间
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
#include <Player/Player.h>
|
||||
#include "AACRtmpCodec.h"
|
||||
|
||||
namespace ZL{
|
||||
namespace Rtmp {
|
||||
namespace mediakit{
|
||||
|
||||
AACRtmpDecoder::AACRtmpDecoder() {
|
||||
_adts = obtainFrame();
|
||||
@@ -127,13 +126,4 @@ void AACRtmpEncoder::makeAudioConfigPkt() {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}//namespace Rtmp
|
||||
}//namespace ZL
|
||||
}//namespace mediakit
|
||||
Reference in New Issue
Block a user