Skip to content

Commit 89045a0

Browse files
committed
codec: rename macro at the beginning of headers
Fit to file name.
1 parent f9e428d commit 89045a0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/AvTranscoder/codec/AudioCodec.hpp

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

44
#include "ICodec.hpp"
55
#include <AvTranscoder/frame/AudioFrame.hpp>

src/AvTranscoder/codec/DataCodec.hpp

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

44
#include "ICodec.hpp"
55

src/AvTranscoder/codec/ICodec.hpp

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

44
#include <AvTranscoder/common.hpp>
55

src/AvTranscoder/codec/VideoCodec.hpp

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

44
#include "ICodec.hpp"
55
#include <AvTranscoder/frame/VideoFrame.hpp>

0 commit comments

Comments
 (0)