ffmpeg | branch: master | Andreas Rheinhardt <[email protected]> | Thu Aug 31 21:03:48 2023 +0200| [63bd0f4ce82ede6e049d342c8fdb549fbfb26566] | committer: Andreas Rheinhardt
avfilter/vf_bwdif: Remove obsolete emms_c() Obsolete since ed42a51930d9cca6dfed35c4af4b5b3a3f7f6a04. Signed-off-by: Andreas Rheinhardt <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=63bd0f4ce82ede6e049d342c8fdb549fbfb26566 --- libavfilter/vf_bwdif.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavfilter/vf_bwdif.c b/libavfilter/vf_bwdif.c index 5f5f8e4610..6195e6cb64 100644 --- a/libavfilter/vf_bwdif.c +++ b/libavfilter/vf_bwdif.c @@ -319,8 +319,6 @@ static void filter(AVFilterContext *ctx, AVFrame *dstpic, if (yadif->current_field == YADIF_FIELD_END) { yadif->current_field = YADIF_FIELD_NORMAL; } - - emms_c(); } static av_cold void uninit(AVFilterContext *ctx) _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
