]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavcodec/put_bits.h
Rename pbBufPtr() to put_bits_ptr().
[frescor/ffmpeg.git] / libavcodec / put_bits.h
index 32b11f6445cab5d0c5a754e61516effa3a0e2f23..2009a2be23a27e0fa90c2a3ded34cc81a50b8c4a 100644 (file)
@@ -263,7 +263,7 @@ static inline void put_sbits(PutBitContext *pb, int bits, int32_t val)
  * Returns the pointer to the byte where the bitstream writer will put
  * the next bit.
  */
-static inline uint8_t* pbBufPtr(PutBitContext *s)
+static inline uint8_t* put_bits_ptr(PutBitContext *s)
 {
 #ifdef ALT_BITSTREAM_WRITER
         return s->buf + (s->index>>3);