mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-16 13:05:59 +08:00
简化命名空间
This commit is contained in:
@@ -38,8 +38,7 @@ extern "C" {
|
||||
}
|
||||
#endif //__cplusplus
|
||||
|
||||
namespace ZL {
|
||||
namespace Codec {
|
||||
namespace mediakit {
|
||||
|
||||
class H264Encoder {
|
||||
public:
|
||||
@@ -60,7 +59,6 @@ private:
|
||||
H264Frame _aFrames[10];
|
||||
};
|
||||
|
||||
} /* namespace Codec */
|
||||
} /* namespace ZL */
|
||||
} /* namespace mediakit */
|
||||
|
||||
#endif /* CODEC_H264ENCODER_H_ */
|
||||
|
||||
Reference in New Issue
Block a user