mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 03:31:45 +08:00
整理代码
This commit is contained in:
@@ -5,16 +5,15 @@
|
||||
* Author: xzl
|
||||
*/
|
||||
#ifdef ENABLE_FAAC
|
||||
|
||||
#include <cstdlib>
|
||||
#include "AACEncoder.h"
|
||||
#include "Util/logger.h"
|
||||
#include <cstdlib>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <faac.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
#ifndef CODEC_AACENCODER_H_
|
||||
#define CODEC_AACENCODER_H_
|
||||
|
||||
|
||||
namespace ZL {
|
||||
namespace Codec {
|
||||
|
||||
|
||||
@@ -7,17 +7,15 @@
|
||||
|
||||
#ifndef CODEC_H264ENCODER_H_
|
||||
#define CODEC_H264ENCODER_H_
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif //__cplusplus
|
||||
|
||||
#include <x264.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
#endif //__cplusplus
|
||||
|
||||
namespace ZL {
|
||||
|
||||
Reference in New Issue
Block a user