mirror of
https://github.com/webmproject/libwebp.git
synced 2025-02-13 07:22:52 +01:00
bit_reader.h: cosmetics: fix a typo
Change-Id: I1ba09124700b3120f18eb3705eb5ba805feb2ca0
This commit is contained in:
parent
6c6736816c
commit
79b5bdbfde
@ -155,7 +155,7 @@ static WEBP_INLINE void VP8LSetBitPos(VP8LBitReader* const br, int val) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Advances the read buffer by 4 bytes to make room for reading next 32 bits.
|
// Advances the read buffer by 4 bytes to make room for reading next 32 bits.
|
||||||
// Speed critical, but infrequent part of the code can be non-inligned.
|
// Speed critical, but infrequent part of the code can be non-inlined.
|
||||||
extern void VP8LDoFillBitWindow(VP8LBitReader* const br);
|
extern void VP8LDoFillBitWindow(VP8LBitReader* const br);
|
||||||
static WEBP_INLINE void VP8LFillBitWindow(VP8LBitReader* const br) {
|
static WEBP_INLINE void VP8LFillBitWindow(VP8LBitReader* const br) {
|
||||||
if (br->bit_pos_ >= VP8L_WBITS) VP8LDoFillBitWindow(br);
|
if (br->bit_pos_ >= VP8L_WBITS) VP8LDoFillBitWindow(br);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user