diff options
-rw-r--r-- | video/avi_decoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/video/avi_decoder.h b/video/avi_decoder.h index 3581b65409..db9928d444 100644 --- a/video/avi_decoder.h +++ b/video/avi_decoder.h @@ -189,6 +189,7 @@ protected: uint16 getWidth() const { return _bmInfo.width; } uint16 getHeight() const { return _bmInfo.height; } + uint16 getBitCount() const { return _bmInfo.bitCount; } Graphics::PixelFormat getPixelFormat() const; int getCurFrame() const { return _curFrame; } int getFrameCount() const { return _frameCount; } |