mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
avfilter/uspp: make src const in store_slice_c()
This commit is contained in:
parent
73d88109c0
commit
397859c4a8
@ -158,7 +158,7 @@ static const uint8_t offset[511][2] = {
|
||||
{ 3, 4}, {11, 4}, { 3,12}, {11,12}, { 7, 0}, {15, 0}, { 7, 8}, {15, 8},
|
||||
};
|
||||
|
||||
static void store_slice_c(uint8_t *dst, int16_t *src,
|
||||
static void store_slice_c(uint8_t *dst, const int16_t *src,
|
||||
int dst_stride, int src_stride,
|
||||
int width, int height, int log2_scale)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user