Commit 0e781d94 authored by Michael Niedermayer's avatar Michael Niedermayer

utvideoenc: remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e8e4c8bd
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment