mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
yadif: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
b0dc4286a9
commit
8cc77646c0
@ -138,7 +138,6 @@ static void filter(AVFilterContext *ctx, AVFilterBufferRef *dstpic,
|
|||||||
int mrefs = y ?-refs : refs;
|
int mrefs = y ?-refs : refs;
|
||||||
|
|
||||||
if(y<=1 || y+2>=h) {
|
if(y<=1 || y+2>=h) {
|
||||||
int j;
|
|
||||||
uint8_t *tmp = yadif->temp_line + 64 + 2*absrefs;
|
uint8_t *tmp = yadif->temp_line + 64 + 2*absrefs;
|
||||||
if(mode<2)
|
if(mode<2)
|
||||||
memcpy(tmp+2*mrefs, cur+2*mrefs, w*df);
|
memcpy(tmp+2*mrefs, cur+2*mrefs, w*df);
|
||||||
|
Loading…
Reference in New Issue
Block a user