From 4f27894302db89d2268de102b8851fcd0adca466 Mon Sep 17 00:00:00 2001 From: ziyue <1213642868@qq.com> Date: Mon, 24 Jan 2022 14:25:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0bom=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Extension/G711Rtp.cpp | 2 +- src/Extension/G711Rtp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Extension/G711Rtp.cpp b/src/Extension/G711Rtp.cpp index 49edce5b..ce74eda1 100644 --- a/src/Extension/G711Rtp.cpp +++ b/src/Extension/G711Rtp.cpp @@ -1,4 +1,4 @@ -#include "G711Rtp.h" +#include "G711Rtp.h" namespace mediakit { diff --git a/src/Extension/G711Rtp.h b/src/Extension/G711Rtp.h index 28f9b15f..ffc8ffe8 100644 --- a/src/Extension/G711Rtp.h +++ b/src/Extension/G711Rtp.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2016 The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/xia-chu/ZLMediaKit).