You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
txd: Fix "set but not used" warning
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -47,7 +47,8 @@ static int txd_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
|
|||||||
GetByteContext gb;
|
GetByteContext gb;
|
||||||
AVFrame *picture = data;
|
AVFrame *picture = data;
|
||||||
AVFrame * const p = &s->picture;
|
AVFrame * const p = &s->picture;
|
||||||
unsigned int version, w, h, d3d_format, depth, stride, mipmap_count, flags;
|
unsigned int version, w, h, d3d_format, depth, stride, flags;
|
||||||
|
unsigned int av_unused mipmap_count;
|
||||||
unsigned int y, v;
|
unsigned int y, v;
|
||||||
uint8_t *ptr;
|
uint8_t *ptr;
|
||||||
uint32_t *pal;
|
uint32_t *pal;
|
||||||
|
Reference in New Issue
Block a user