Skip to content
Snippets Groups Projects
Commit 9bfaeee5 authored by Jean First's avatar Jean First Committed by Michael Niedermayer
Browse files

8svx: remove unused variable in eightsvx_decode_frame

parent 7ee0649f
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,6 @@ static int eightsvx_decode_frame(AVCodecContext *avctx, void *data, ...@@ -106,7 +106,6 @@ static int eightsvx_decode_frame(AVCodecContext *avctx, void *data,
{ {
EightSvxContext *esc = avctx->priv_data; EightSvxContext *esc = avctx->priv_data;
int n, out_data_size, ret; int n, out_data_size, ret;
uint8_t *out_date;
uint8_t *src, *dst; uint8_t *src, *dst;
/* decode and interleave the first packet */ /* decode and interleave the first packet */
......
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