Skip to content

Commit 07f5688

Browse files
author
Clement Champetier
committed
VideoDesc: refactoring - reorder includes
1 parent 89bcaef commit 07f5688

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/AvTranscoder/CodedStructures/VideoDesc.hpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
#ifndef _AV_TRANSCODER_DATA_VIDEO_DESC_HPP_
22
#define _AV_TRANSCODER_DATA_VIDEO_DESC_HPP_
33

4-
#include <string>
5-
6-
#include <AvTranscoder/common.hpp>
74
#include <AvTranscoder/EssenceStructures/VideoFrame.hpp>
8-
95
#include "CodedDesc.hpp"
6+
#include <AvTranscoder/common.hpp>
7+
8+
#include <string>
109

1110
class AVCodec;
1211

0 commit comments

Comments
 (0)