mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-27 09:43:34 +00:00
avcodec/brenderpix: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
09ebd87a34
commit
8506423318
@ -134,7 +134,7 @@ static int pix_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
|
||||
{
|
||||
AVFrame *frame = data;
|
||||
|
||||
int ret, i, j;
|
||||
int ret, i;
|
||||
GetByteContext gb;
|
||||
|
||||
unsigned int bytes_pp;
|
||||
|
Loading…
Reference in New Issue
Block a user