This fixes the warning:
libavcodec/dfa.c:189: warning: unused variable ‘frame_end’
---
libavcodec/dfa.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/libavcodec/dfa.c b/libavcodec/dfa.c
index 1556bc7..919375b 100644
--- a/libavcodec/dfa.c
+++ b/libavcodec/dfa.c
@@ -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;
--
1.7.1
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel