mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-16 13:05:59 +08:00
简化命名空间
This commit is contained in:
@@ -28,8 +28,7 @@
|
||||
#ifndef CODEC_AACENCODER_H_
|
||||
#define CODEC_AACENCODER_H_
|
||||
|
||||
namespace ZL {
|
||||
namespace Codec {
|
||||
namespace mediakit {
|
||||
|
||||
class AACEncoder {
|
||||
public:
|
||||
@@ -51,7 +50,6 @@ private:
|
||||
|
||||
};
|
||||
|
||||
} /* namespace Codec */
|
||||
} /* namespace ZL */
|
||||
} /* namespace mediakit */
|
||||
|
||||
#endif /* CODEC_AACENCODER_H_ */
|
||||
|
||||
Reference in New Issue
Block a user