projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
these functions (get_bit_count and align_put_bits) are referenced even
[libav.git]
/
libavcodec
/
common.c
diff --git
a/libavcodec/common.c
b/libavcodec/common.c
index
bd1db30
..
6bca53f
100644
(file)
--- a/
libavcodec/common.c
+++ b/
libavcodec/common.c
@@
-60,7
+60,8
@@
void init_put_bits(PutBitContext *s, uint8_t *buffer, int buffer_size)
#endif
}
-#ifdef CONFIG_ENCODERS
+//#ifdef CONFIG_ENCODERS
+#if 1
/* return the number of bits output */
int get_bit_count(PutBitContext *s)