We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6a2515 + d24a8f7 commit 6a300a5Copy full SHA for 6a300a5
media/libstagefright/codecs/aacenc/inc/bitbuffer.h
@@ -76,7 +76,7 @@ Word16 GetBitsAvail(HANDLE_BIT_BUF hBitBuf);
76
77
78
Word16 WriteBits(HANDLE_BIT_BUF hBitBuf,
79
- Word32 writeValue,
+ UWord32 writeValue,
80
Word16 noBitsToWrite);
81
82
void ResetBitBuf(HANDLE_BIT_BUF hBitBuf,
media/libstagefright/codecs/aacenc/src/bitbuffer.c
@@ -138,7 +138,7 @@ Word16 GetBitsAvail(HANDLE_BIT_BUF hBitBuf)
138
*
139
*****************************************************************************/
140
141
142
Word16 noBitsToWrite)
143
{
144
Word16 wBitPos;
0 commit comments