File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
src/AvTranscoder/CodedStructures Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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_
3
3
4
4
#include < AvTranscoder/EssenceStructures/AudioFrame.hpp>
5
5
#include " CodedDesc.hpp"
Original file line number Diff line number Diff line change 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_
3
3
4
4
#include < string>
5
5
Original file line number Diff line number Diff line change 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_
3
3
4
4
#include < vector>
5
5
#include < cstring>
Original file line number Diff line number Diff line change 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_
3
3
4
4
#include < AvTranscoder/EssenceStructures/VideoFrame.hpp>
5
5
#include " CodedDesc.hpp"
You can’t perform that action at this time.
0 commit comments