mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
bitstream reader: remove unneeded variable initilization.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
707e8612e8
commit
3acc44b739
@ -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 = 0
|
||||
int name##_cache
|
||||
|
||||
# define CLOSE_READER(name, gb) (gb)->index = name##_index
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user