chore: VideoStack code adds bom header
This commit is contained in:
parent
f0e3cb300d
commit
51521ed33f
|
|
@ -1,4 +1,4 @@
|
||||||
#if defined(ENABLE_X264) && defined(ENABLE_FFMPEG)
|
#if defined(ENABLE_X264) && defined(ENABLE_FFMPEG)
|
||||||
#include "VideoStack.h"
|
#include "VideoStack.h"
|
||||||
#include "Codec/Transcode.h"
|
#include "Codec/Transcode.h"
|
||||||
#include "Common/Device.h"
|
#include "Common/Device.h"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#if defined(ENABLE_X264) && defined(ENABLE_FFMPEG)
|
#if defined(ENABLE_X264) && defined(ENABLE_FFMPEG)
|
||||||
#include "Codec/Transcode.h"
|
#include "Codec/Transcode.h"
|
||||||
#include "Common/Device.h"
|
#include "Common/Device.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue