Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6cfee84

Browse files
author
Clement Champetier
committed
VideoProperties: fix warning when compile with gcc
Option -Wreorder
1 parent9635e02 commit6cfee84

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)

[8]ページ先頭

©2009-2025 Movatter.jp