diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-08-30 02:38:10 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-08-30 02:38:10 +0200 |
commit | afe6f337ad17ce77ca90d28d7cfeb11979e98362 (patch) | |
tree | 1c671fc87a77ec521fddc821454909e1a673d69d /libswscale/swscale.c | |
parent | 19008e06c61a828a610ab6746e190fffcc4118ba (diff) | |
download | ffmpeg-afe6f337ad17ce77ca90d28d7cfeb11979e98362.tar.gz |
swscale.c: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/swscale.c')
-rw-r--r-- | libswscale/swscale.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libswscale/swscale.c b/libswscale/swscale.c index 07443dbd22..1cc1ee621a 100644 --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@ -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; |