Browse Source

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>
tags/n0.10.4
Michael Niedermayer 13 years ago
parent
commit
fcf09ebff5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/8svx.c

+ 1
- 1
libavcodec/8svx.c View File

@@ -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;



Loading…
Cancel
Save