Skip to content

Commit 05ac080

Browse files
author
Clement Champetier
committed
PixelProperties: added doc to getBitsPerPixel
1 parent d3d9320 commit 05ac080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/mediaProperty/PixelProperties.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class AvExport PixelProperties
5555
std::string getPixelName() const;
5656
std::string getPixelFormatName() const;
5757

58-
size_t getBitsPerPixel() const;
58+
size_t getBitsPerPixel() const; ///< padding bits are not counted
5959
size_t getMaxBitPerChannel() const;
6060
size_t getNbComponents() const;
6161
size_t getChromaWidth() const;

0 commit comments

Comments
 (0)