utvideoenc: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-08-30 17:50:33 +02:00
parent e8e4c8bdde
commit 0e781d9405
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ static void median_predict(UtvideoContext *c, uint8_t *src, uint8_t *dst, int st
int width, int height)
{
int i, j;
int A, B, C;
int A, C;
uint8_t prev;
/* First line uses left neighbour prediction */