summaryrefslogtreecommitdiffstats
path: root/libavcodec/mmvideo.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-03-13 22:15:42 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-03-13 22:15:42 +0100
commit67c90d26058264bfd24ae1a0bfd64ca117d5af81 (patch)
treec6aefbe25d2c228b481d9ac78bf6486b2b56dac4 /libavcodec/mmvideo.c
parentbf521d5a5be54609cd6054c6187970b1c00721e1 (diff)
downloadffmpeg-streaming-67c90d26058264bfd24ae1a0bfd64ca117d5af81.zip
ffmpeg-streaming-67c90d26058264bfd24ae1a0bfd64ca117d5af81.tar.gz
mmvideo: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mmvideo.c')
-rw-r--r--libavcodec/mmvideo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/mmvideo.c b/libavcodec/mmvideo.c
index 87eeee2..f52bf3a 100644
--- a/libavcodec/mmvideo.c
+++ b/libavcodec/mmvideo.c
@@ -85,8 +85,8 @@ static int mm_decode_pal(MmContext *s)
*/
static int mm_decode_intra(MmContext * s, int half_horiz, int half_vert)
{
- int i, x, y;
- i=0; x=0; y=0;
+ int x, y;
+ x=0; y=0;
while (bytestream2_get_bytes_left(&s->gb) > 0) {
int run_length, color;
OpenPOWER on IntegriCloud