From 5688337546e5edafcc5f43c957242bf681f5d1bd Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Sat, 11 Jun 2022 15:11:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0utf-bom=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- srt/NackContext.cpp | 2 +- srt/NackContext.hpp | 2 +- srt/Packet.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srt/NackContext.cpp b/srt/NackContext.cpp index 9711531c..dd693522 100644 --- a/srt/NackContext.cpp +++ b/srt/NackContext.cpp @@ -1,4 +1,4 @@ -#include "NackContext.hpp" +#include "NackContext.hpp" namespace SRT { void NackContext::update(TimePoint now, std::list &lostlist) { diff --git a/srt/NackContext.hpp b/srt/NackContext.hpp index fe6a0ba6..c246834e 100644 --- a/srt/NackContext.hpp +++ b/srt/NackContext.hpp @@ -1,4 +1,4 @@ -#ifndef ZLMEDIAKIT_SRT_NACK_CONTEXT_H +#ifndef ZLMEDIAKIT_SRT_NACK_CONTEXT_H #define ZLMEDIAKIT_SRT_NACK_CONTEXT_H #include "Common.hpp" #include "PacketQueue.hpp" diff --git a/srt/Packet.cpp b/srt/Packet.cpp index 85de1cbf..94da4f58 100644 --- a/srt/Packet.cpp +++ b/srt/Packet.cpp @@ -1,4 +1,4 @@ -#include "Util/MD5.h" +#include "Util/MD5.h" #include "Util/logger.h" #include