Skip to content

Commit da858f4

Browse files
author
Clement Champetier
committed
Video/AudioFrame: refactoring - reorder includes
1 parent c43508c commit da858f4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/AvTranscoder/EssenceStructures/AudioFrame.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#ifndef _AV_TRANSCODER_DATA_AUDIO_FRAME_HPP_
22
#define _AV_TRANSCODER_DATA_AUDIO_FRAME_HPP_
33

4-
#include <AvTranscoder/common.hpp>
5-
64
#include "Frame.hpp"
75
#include <AvTranscoder/Profile.hpp>
6+
#include <AvTranscoder/common.hpp>
87

98
namespace avtranscoder
109
{

src/AvTranscoder/EssenceStructures/VideoFrame.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#ifndef _AV_TRANSCODER_DATA_IMAGE_HPP_
22
#define _AV_TRANSCODER_DATA_IMAGE_HPP_
33

4+
#include "Pixel.hpp"
5+
#include "Frame.hpp"
46
#include <AvTranscoder/Profile.hpp>
57
#include <AvTranscoder/common.hpp>
68

@@ -17,8 +19,6 @@ extern "C" {
1719

1820
#include <stdexcept>
1921

20-
#include "Pixel.hpp"
21-
#include "Frame.hpp"
2222

2323
namespace avtranscoder
2424
{

0 commit comments

Comments
 (0)