mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
8svx: fix crash
Fixes Ticket1377
Found-by: Piotr Bandurski <ami_stuff@o2.pl>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 03ce421c13)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -44,7 +44,7 @@ typedef struct EightSvxContext {
|
|||||||
/* buffer used to store the whole audio decoded/interleaved chunk,
|
/* buffer used to store the whole audio decoded/interleaved chunk,
|
||||||
* which is sent with the first packet */
|
* which is sent with the first packet */
|
||||||
uint8_t *samples;
|
uint8_t *samples;
|
||||||
size_t samples_size;
|
int64_t samples_size;
|
||||||
int samples_idx;
|
int samples_idx;
|
||||||
} EightSvxContext;
|
} EightSvxContext;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user