add bom header

This commit is contained in:
ziyue 2022-12-21 14:45:24 +08:00
parent b9855f5be3
commit 6df0b7c74b
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#include "JPEG.h"
#include "JPEG.h"
#include "Rtsp/Rtsp.h"
#include "Util/util.h"

View File

@ -1,4 +1,4 @@
#ifndef ZLMEDIAKIT_JPEG_H
#ifndef ZLMEDIAKIT_JPEG_H
#define ZLMEDIAKIT_JPEG_H
#include "Frame.h"

View File

@ -1,4 +1,4 @@
#include "JPEGRtp.h"
#include "JPEGRtp.h"
#include "JPEG.h"
using namespace std;

View File

@ -1,4 +1,4 @@
#ifndef ZLMEDIAKIT_JPEGRTP_H
#ifndef ZLMEDIAKIT_JPEGRTP_H
#define ZLMEDIAKIT_JPEGRTP_H
#include "Frame.h"