<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I want to use the function 'static int filter_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)'  as an API to process the frames output by the encoder. The original format of the frame obtained from the encoder is YUV_I420, and then libyuv can be used to convert it to RGB24. I want to know what other information is needed to call the filter_slice API besides the video frame.<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">2021年3月4日 上午12:14,Paul B Mahol <<a href="mailto:onemda@gmail.com" class="">onemda@gmail.com</a>> 写道:</div><br class="Apple-interchange-newline"><div class=""><div style="caret-color: rgb(31, 35, 41); color: rgb(31, 35, 41); font-family: arial, helvetica, sans-serif; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">I see nowhere full code that does libavfilter handling.</div><br class="Apple-interchange-newline"></div></blockquote></div><br class=""></body></html>