mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
utvideoenc: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e8e4c8bdde
commit
0e781d9405
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user