Index: source/libvpx/vp9/encoder/vp9_write_bit_buffer.h |
=================================================================== |
--- source/libvpx/vp9/encoder/vp9_write_bit_buffer.h (revision 290053) |
+++ source/libvpx/vp9/encoder/vp9_write_bit_buffer.h (working copy) |
@@ -11,8 +11,6 @@ |
#ifndef VP9_ENCODER_VP9_WRITE_BIT_BUFFER_H_ |
#define VP9_ENCODER_VP9_WRITE_BIT_BUFFER_H_ |
-#include <limits.h> |
- |
#include "vpx/vpx_integer.h" |
#ifdef __cplusplus |
@@ -24,7 +22,7 @@ |
size_t bit_offset; |
}; |
-size_t vp9_rb_bytes_written(struct vp9_write_bit_buffer *wb); |
+size_t vp9_wb_bytes_written(const struct vp9_write_bit_buffer *wb); |
void vp9_wb_write_bit(struct vp9_write_bit_buffer *wb, int bit); |