1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

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

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 */