mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-19 09:02:26 +02:00
these functions (get_bit_count and align_put_bits) are referenced even
when CONFIG_ENCODERS is not defined Originally committed as revision 2735 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
18a508c527
commit
7bf3261289
@ -60,7 +60,8 @@ void init_put_bits(PutBitContext *s, uint8_t *buffer, int buffer_size)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CONFIG_ENCODERS
|
//#ifdef CONFIG_ENCODERS
|
||||||
|
#if 1
|
||||||
|
|
||||||
/* return the number of bits output */
|
/* return the number of bits output */
|
||||||
int get_bit_count(PutBitContext *s)
|
int get_bit_count(PutBitContext *s)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user