mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-13 10:44:59 +00:00
Fix "libavcodec/dfa.c:189: warning: unused variable ‘frame_end’"
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e822c237b3
commit
334187ade7
@ -186,7 +186,6 @@ static int decode_dds1(uint8_t *frame, int width, int height,
|
||||
static int decode_bdlt(uint8_t *frame, int width, int height,
|
||||
const uint8_t *src, const uint8_t *src_end)
|
||||
{
|
||||
const uint8_t *frame_end = frame + width * height;
|
||||
uint8_t *line_ptr;
|
||||
int count, lines, segments;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user