Skip to content

Commit 6cfee84

Browse files
author
Clement Champetier
committed
VideoProperties: fix warning when compile with gcc
Option -Wreorder
1 parent 9635e02 commit 6cfee84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/mediaProperty/VideoProperties.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ VideoProperties::VideoProperties( const FormatContext& formatContext, const size
2222
, _pixelProperties()
2323
, _isInterlaced( false )
2424
, _isTopFieldFirst( false )
25-
, _firstGopTimeCode( -1 )
2625
, _gopStructure()
26+
, _firstGopTimeCode( -1 )
2727
{
2828
if( _formatContext )
2929
{

0 commit comments

Comments
 (0)