fix MedaiFile to MediaFile

This commit is contained in:
xiongziliang 2017-05-02 16:33:49 +08:00
parent d5726d95aa
commit b74028de64
16 changed files with 16 additions and 16 deletions

View File

@ -5,8 +5,8 @@
* Author: root
*/
#include <sys/time.h>
#include "HLSMaker.h"
#include <sys/time.h>
namespace ZL {
namespace MediaFile {

View File

@ -8,8 +8,8 @@
#ifndef HLSMAKER_H_
#define HLSMAKER_H_
#include "config.h"
#include "TSMaker.h"
#include "config.h"
#include "Util/TimeTicker.h"
#include "Util/File.h"
#include "Util/util.h"

View File

@ -5,8 +5,8 @@
* Author: xzl
*/
#include "config.h"
#include "MediaReader.h"
#include "config.h"
#include "Util/mini.h"
#include "Http/HttpSession.h"

View File

@ -5,8 +5,8 @@
* Author: xzl
*/
#ifndef SRC_MEDAIFILE_MEDIAREADER_H_
#define SRC_MEDAIFILE_MEDIAREADER_H_
#ifndef SRC_MEDIAFILE_MEDIAREADER_H_
#define SRC_MEDIAFILE_MEDIAREADER_H_
#include "Device/Device.h"
#include "Rtsp/RtspMediaSource.h"
@ -82,4 +82,4 @@ private:
} /* namespace MediaFile */
} /* namespace ZL */
#endif /* SRC_MEDAIFILE_MEDIAREADER_H_ */
#endif /* SRC_MEDIAFILE_MEDIAREADER_H_ */

View File

@ -5,8 +5,8 @@
* Author: xzl
*/
#include "config.h"
#include "MediaRecorder.h"
#include "config.h"
#include "Http/HttpSession.h"
#include "Util/util.h"
#include "Util/mini.h"

View File

@ -5,8 +5,8 @@
* Author: xzl
*/
#ifndef SRC_MEDAIFILE_MEDIARECORDER_H_
#define SRC_MEDAIFILE_MEDIARECORDER_H_
#ifndef SRC_MEDIAFILE_MEDIARECORDER_H_
#define SRC_MEDIAFILE_MEDIARECORDER_H_
#include <memory>
#include "Player/PlayerBase.h"
@ -47,4 +47,4 @@ private:
} /* namespace MediaFile */
} /* namespace ZL */
#endif /* SRC_MEDAIFILE_MEDIARECORDER_H_ */
#endif /* SRC_MEDIAFILE_MEDIARECORDER_H_ */

View File

@ -5,8 +5,8 @@
* Author: root
*/
#include <sys/time.h>
#include "TSMaker.h"
#include <sys/time.h>
#include "Util/logger.h"
using namespace ZL::Util;

View File

@ -8,12 +8,12 @@
#ifndef TSMAKER_H_
#define TSMAKER_H_
#include "crc32.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <string>
#include <iostream>
#include "CRC/crc32.h"
#include "Util/File.h"
using namespace std;

View File

@ -6,7 +6,7 @@
*/
#include "RtmpMediaSource.h"
#include "MedaiFile/MediaReader.h"
#include "MediaFile/MediaReader.h"
using namespace ZL::MediaFile;

View File

@ -21,9 +21,9 @@
#include "RTP/RtpMakerAAC.h"
#include "Rtsp/RtpParser.h"
#include "Rtsp/RtspMediaSource.h"
#include "MedaiFile/MediaRecorder.h"
#include "Util/util.h"
#include "Util/logger.h"
#include "MediaFile/MediaRecorder.h"
using namespace std;
using namespace ZL::Util;

View File

@ -6,7 +6,7 @@
*/
#include "RtspMediaSource.h"
#include "MedaiFile/MediaReader.h"
#include "MediaFile/MediaReader.h"
using namespace ZL::MediaFile;

View File

@ -12,7 +12,7 @@
#include "RtspMediaSource.h"
#include "Rtmp/amf.h"
#include "Rtmp/RtmpMediaSource.h"
#include "MedaiFile/MediaRecorder.h"
#include "MediaFile/MediaRecorder.h"
using namespace ZL::Rtmp;
using namespace ZL::MediaFile;