整理代码

This commit is contained in:
xiongzilaing
2017-04-25 11:35:41 +08:00
parent 5ae69f6e57
commit 0eb82e4627
75 changed files with 260 additions and 252 deletions

View File

@@ -8,6 +8,7 @@
#include "H264Parser.h"
#include "Util/logger.h"
using namespace ZL::Util;
H264Parser::H264Parser(){

View File

@@ -1,5 +1,5 @@
//
// H264Parser.hpp
// H264Parser.h
// MediaPlayer
//
// Created by xzl on 2017/1/16.
@@ -11,8 +11,8 @@
#include <stdio.h>
#include <string>
#include "h264_parser.h"
#include "h264_poc.h"
#include "h264_parser.h"
using namespace std;