Skip to content
Snippets Groups Projects
Commit 03ce421c authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

8svx: fix crash


Fixes Ticket1377

Found-by: default avatarPiotr Bandurski <ami_stuff@o2.pl>
Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 59352cc2
No related merge requests found
......@@ -47,7 +47,7 @@ typedef struct EightSvxContext {
/* buffer used to store the whole audio decoded/interleaved chunk,
* which is sent with the first packet */
uint8_t *samples;
size_t samples_size;
int64_t samples_size;
int samples_idx;
} EightSvxContext;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment