Browse Source

swscale.c: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer 13 years ago
parent
commit
afe6f337ad
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libswscale/swscale.c

+ 0
- 2
libswscale/swscale.c View File

@@ -345,8 +345,6 @@ static int swScale(SwsContext *c, const uint8_t *src[],
int32_t *vChrFilterPos = c->vChrFilterPos;
int32_t *hLumFilterPos = c->hLumFilterPos;
int32_t *hChrFilterPos = c->hChrFilterPos;
int16_t *vLumFilter = c->vLumFilter;
int16_t *vChrFilter = c->vChrFilter;
int16_t *hLumFilter = c->hLumFilter;
int16_t *hChrFilter = c->hChrFilter;
int32_t *lumMmxFilter = c->lumMmxFilter;


Loading…
Cancel
Save