Skip to content

Commit 2a81f06

Browse files
author
Clement Champetier
committed
VideoProperties: added doc to _pixelProperties attribute
1 parent 7d7f788 commit 2a81f06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/AvTranscoder/properties/VideoProperties.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,11 @@ class AvExport VideoProperties : public StreamProperties
112112
*/
113113
EAnalyseLevel _levelAnalysis;
114114

115+
/**
116+
* @brief All the pixel properties contained in this stream.
117+
*/
115118
PixelProperties _pixelProperties;
119+
116120
//@{
117121
// Can acces these data when analyse first gop
118122
bool _isInterlaced;

0 commit comments

Comments
 (0)