We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43508c commit da858f4Copy full SHA for da858f4
src/AvTranscoder/EssenceStructures/AudioFrame.hpp
@@ -1,10 +1,9 @@
1
#ifndef _AV_TRANSCODER_DATA_AUDIO_FRAME_HPP_
2
#define _AV_TRANSCODER_DATA_AUDIO_FRAME_HPP_
3
4
-#include <AvTranscoder/common.hpp>
5
-
6
#include "Frame.hpp"
7
#include <AvTranscoder/Profile.hpp>
+#include <AvTranscoder/common.hpp>
8
9
namespace avtranscoder
10
{
src/AvTranscoder/EssenceStructures/VideoFrame.hpp
@@ -1,6 +1,8 @@
#ifndef _AV_TRANSCODER_DATA_IMAGE_HPP_
#define _AV_TRANSCODER_DATA_IMAGE_HPP_
+#include "Pixel.hpp"
+#include "Frame.hpp"
#include <AvTranscoder/common.hpp>
@@ -17,8 +19,6 @@ extern "C" {
17
19
18
20
#include <stdexcept>
21
-#include "Pixel.hpp"
-#include "Frame.hpp"
22
23
24
0 commit comments