We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde4632 commit d3d9320Copy full SHA for d3d9320
src/AvTranscoder/mediaProperty/PixelProperties.cpp
@@ -245,6 +245,7 @@ PropertyVector PixelProperties::getPropertiesAsVector() const
245
addProperty( data, "pixelName", &PixelProperties::getPixelName );
246
addProperty( data, "pixelFormatName", &PixelProperties::getPixelFormatName );
247
addProperty( data, "bitDepth", &PixelProperties::getBitsPerPixel );
248
+ addProperty( data, "maxBitPerChannel", &PixelProperties::getMaxBitPerChannel );
249
addProperty( data, "nbComponents", &PixelProperties::getNbComponents );
250
addProperty( data, "chromaWidth", &PixelProperties::getChromaWidth );
251
addProperty( data, "chromaHeight", &PixelProperties::getChromaHeight );
0 commit comments