8svx: remove unused variable in eightsvx_decode_frame
Signed-off-by: Jean First <jeanfirst@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
7ee0649f95
commit
9bfaeee5f3
1 changed files with 0 additions and 1 deletions
|
|
@ -106,7 +106,6 @@ static int eightsvx_decode_frame(AVCodecContext *avctx, void *data,
|
|||
{
|
||||
EightSvxContext *esc = avctx->priv_data;
|
||||
int n, out_data_size, ret;
|
||||
uint8_t *out_date;
|
||||
uint8_t *src, *dst;
|
||||
|
||||
/* decode and interleave the first packet */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue