We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4cee0f commit d24a8f7Copy full SHA for d24a8f7
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