mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-07 12:18:12 +08:00
整理代码
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
#include "H264Parser.h"
|
||||
#include "Util/logger.h"
|
||||
|
||||
using namespace ZL::Util;
|
||||
|
||||
H264Parser::H264Parser(){
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user