mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-23 23:36:57 +00:00
lavfi/yadif: remove unnecessary cast
Finish what 99162f8
started
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
f84ef19f3f
commit
724061888b
@ -201,7 +201,7 @@ static int return_frame(AVFilterContext *ctx, int is_second)
|
||||
if (!yadif->csp)
|
||||
yadif->csp = av_pix_fmt_desc_get(link->format);
|
||||
if (yadif->csp->comp[0].depth_minus1 / 8 == 1)
|
||||
yadif->filter_line = (void*)filter_line_c_16bit;
|
||||
yadif->filter_line = filter_line_c_16bit;
|
||||
|
||||
filter(ctx, yadif->out, tff ^ !is_second, tff);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user