mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-17 20:17:55 +02:00
avcodec/get_bits: place volatile at the right spot
Should fix Ticket2825 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
43411f416f
commit
121fc05b4d
@ -64,7 +64,7 @@ typedef struct VLC {
|
||||
int bits;
|
||||
VLC_TYPE (*table)[2]; ///< code, bits
|
||||
int table_size, table_allocated;
|
||||
volatile void *init_state;
|
||||
void * volatile init_state;
|
||||
} VLC;
|
||||
|
||||
typedef struct RL_VLC_ELEM {
|
||||
|
Loading…
x
Reference in New Issue
Block a user