Hi,

On Tue, Jan 10, 2012 at 9:09 AM, Janne Grunau <[email protected]> wrote:
> +            if (HAVE_THREADS && (s->avctx->active_thread_type & 
> FF_THREAD_FRAME))
> +                ff_thread_report_progress(&s->current_picture_ptr->f,
> +                                          s->mb_y - 2, 0);
> +

This is b/c of loopfilter, right? Don't forget that the loopfilter
only affects the bottom 2? pixelrows of the MB-2 mbrow, so you could
actually be a little more aggressive in your calls to
ff_thread_await_progress() to make use of this.

Ronald
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to