chore: VideoStack code adds bom header

This commit is contained in:
KkemChen 2024-03-16 22:23:35 +08:00
parent f0e3cb300d
commit 51521ed33f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#if defined(ENABLE_X264) && defined(ENABLE_FFMPEG)
#if defined(ENABLE_X264) && defined(ENABLE_FFMPEG)
#include "VideoStack.h"
#include "Codec/Transcode.h"
#include "Common/Device.h"

View File

@ -1,4 +1,4 @@
#pragma once
#pragma once
#if defined(ENABLE_X264) && defined(ENABLE_FFMPEG)
#include "Codec/Transcode.h"
#include "Common/Device.h"