mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-29 06:00:36 +00:00
yadif: remove unused variable
Found by: durandal_1707 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
bb29ee62e9
commit
b4bb996d6f
@ -177,7 +177,6 @@ static void filter(AVFilterContext *ctx, AVFilterBufferRef *dstpic,
|
||||
int w = dstpic->video->w;
|
||||
int h = dstpic->video->h;
|
||||
int refs = yadif->cur->linesize[i];
|
||||
int absrefs = FFABS(refs);
|
||||
int df = (yadif->csp->comp[i].depth_minus1 + 8) / 8;
|
||||
int l_edge, l_edge_pix;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user