[FFmpeg-cvslog] dfa: Remove unused variable.

Diego Biurrun git at videolan.org
Mon May 16 05:08:17 CEST 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun May 15 13:12:47 2011 +0200| [b1bb3b8d875900b6ea6a560d9336e4d4b3f8fb37] | committer: Diego Biurrun

dfa: Remove unused variable.

This fixes the warning:
libavcodec/dfa.c:189: warning: unused variable ‘frame_end’

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b1bb3b8d875900b6ea6a560d9336e4d4b3f8fb37
---

 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;
 



More information about the ffmpeg-cvslog mailing list