Skip to content

Commit c27a0f6

Browse files
update defines
1 parent 3401ac9 commit c27a0f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/AvTranscoder/File/InputFile.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef _AV_TRANSCODER_INPUT_FILE_HPP_
2-
#define _AV_TRANSCODER_INPUT_FILE_HPP_
1+
#ifndef _AV_TRANSCODER_FILE_INPUT_FILE_HPP_
2+
#define _AV_TRANSCODER_FILE_INPUT_FILE_HPP_
33

44
#include <AvTranscoder/AvInputStream.hpp>
55
#include <AvTranscoder/DatasStructures/DataStreamDesc.hpp>

src/AvTranscoder/File/OutputFile.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef _AV_TRANSCODER_OUTPUT_FILE_HPP_
2-
#define _AV_TRANSCODER_OUTPUT_FILE_HPP_
1+
#ifndef _AV_TRANSCODER_FILE_OUTPUT_FILE_HPP_
2+
#define _AV_TRANSCODER_FILE_OUTPUT_FILE_HPP_
33

44
#include <AvTranscoder/DatasStructures/Image.hpp>
55
#include <AvTranscoder/DatasStructures/DataStreamDesc.hpp>

0 commit comments

Comments
 (0)