Skip to content

Commit d1d4e18

Browse files
rename defines with correct path
1 parent 3e65ae6 commit d1d4e18

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/AvTranscoder/CodedStructures/AudioDesc.hpp

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

44
#include <AvTranscoder/EssenceStructures/AudioFrame.hpp>
55
#include "CodedDesc.hpp"

src/AvTranscoder/CodedStructures/CodedDesc.hpp

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

44
#include <string>
55

src/AvTranscoder/CodedStructures/DataStream.hpp

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

44
#include <vector>
55
#include <cstring>

src/AvTranscoder/CodedStructures/VideoDesc.hpp

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

44
#include <AvTranscoder/EssenceStructures/VideoFrame.hpp>
55
#include "CodedDesc.hpp"

0 commit comments

Comments
 (0)