Browse Source

dvbsub: remove unused variable

Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Paul B Mahol Michael Niedermayer 14 years ago
parent
commit
f1c69546c0
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      libavcodec/dvbsub.c

+ 1
- 2
libavcodec/dvbsub.c View File

@@ -199,7 +199,7 @@ static void dvb_encode_rle8(uint8_t **pq,
int w, int h)
{
uint8_t *q;
int x, y, len, x1, f, color;
int x, y, len, x1, color;

q = *pq;

@@ -207,7 +207,6 @@ static void dvb_encode_rle8(uint8_t **pq,
*q++ = 0x12;

x = 0;
f = 0;
while (x < w) {
x1 = x;
color = bitmap[x1++];


Loading…
Cancel
Save