mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
avcodec/dxv: Don't cast const away unnecessarily
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
e207f75ba8
commit
941a82b57c
@ -432,7 +432,7 @@ static int get_opcodes(GetByteContext *gb, uint32_t *table, uint8_t *dst, int op
|
||||
int64_t size_in_bits;
|
||||
unsigned endoffset, newoffset, offset;
|
||||
unsigned next;
|
||||
uint8_t *src = (uint8_t *)gb->buffer;
|
||||
const uint8_t *src = gb->buffer;
|
||||
|
||||
ret = fill_optable(table, optable, nb_elements);
|
||||
if (ret < 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user