Skip to content

Commit 0ba9d01

Browse files
author
Clement Champetier
committed
VideoProperties: added doc to _pixelProperties attribute
1 parent a86ec98 commit 0ba9d01

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)