mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
bitstream_reader: Try to fix "get_bits.h:305:45: warning: variable ‘re_cache’ set but not used [-Wunused-but-set-variable]"
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3acc44b739
commit
105a3c7a6b
@ -127,7 +127,7 @@ for examples see get_bits, show_bits, skip_bits, get_vlc
|
||||
|
||||
# define OPEN_READER(name, gb) \
|
||||
unsigned int name##_index = (gb)->index; \
|
||||
int name##_cache
|
||||
av_unused int name##_cache
|
||||
|
||||
# define CLOSE_READER(name, gb) (gb)->index = name##_index
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user