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 d3d9320 commit 05ac080Copy full SHA for 05ac080
src/AvTranscoder/mediaProperty/PixelProperties.hpp
@@ -55,7 +55,7 @@ class AvExport PixelProperties
55
std::string getPixelName() const;
56
std::string getPixelFormatName() const;
57
58
- size_t getBitsPerPixel() const;
+ size_t getBitsPerPixel() const; ///< padding bits are not counted
59
size_t getMaxBitPerChannel() const;
60
size_t getNbComponents() const;
61
size_t getChromaWidth() const;
0 commit comments