Skip to content

Commit 7a42b23

Browse files
author
Clement Champetier
committed
VideoProperties: used attribute instead of parameter in constructor
To improve readability.
1 parent 37c2385 commit 7a42b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/properties/VideoProperties.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ VideoProperties::VideoProperties(const FormatContext& formatContext, const size_
3434
_firstGopTimeCode = _codecContext->timecode_frame_start;
3535
}
3636

37-
if(level == eAnalyseLevelFirstGop)
37+
if(_levelAnalysis == eAnalyseLevelFirstGop)
3838
analyseGopStructure(progress);
3939
}
4040

0 commit comments

Comments
 (0)