Commit 85064233 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/brenderpix: remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 09ebd87a
...@@ -134,7 +134,7 @@ static int pix_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, ...@@ -134,7 +134,7 @@ static int pix_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
{ {
AVFrame *frame = data; AVFrame *frame = data;
int ret, i, j; int ret, i;
GetByteContext gb; GetByteContext gb;
unsigned int bytes_pp; unsigned int bytes_pp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment