You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
smackaud: use uint8_t* for 8-bit output buffer type
This matches the output sample format and the range of the output values.
This commit is contained in:
@@ -580,7 +580,7 @@ static int smka_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
|
||||
HuffContext h[4];
|
||||
VLC vlc[4];
|
||||
int16_t *samples = data;
|
||||
int8_t *samples8 = data;
|
||||
uint8_t *samples8 = data;
|
||||
int val;
|
||||
int i, res;
|
||||
int unp_size;
|
||||
|
Reference in New Issue
Block a user