[FFmpeg-devel] [PATCH] hevc: fix wpp threading deadlock.
Christophe Gisquet
christophe.gisquet at gmail.com
Sun Sep 20 12:58:25 CEST 2015
Sent from a phone so please excuse terseness.
Le 20 sept. 2015 12:47, "Ronald S. Bultje" <rsbultje at gmail.com> a écrit:
> if (more_data < 0) {
> s->tab_slice_address[ctb_addr_rs] = -1;
> + avpriv_atomic_int_set(&s1->wpp_err, 1);
> + ff_thread_report_progress2(s->avctx, ctb_row ,thread,
SHIFT_CTB_WPP);
> return more_data;
> }
OK. (There's actually another issue in there that affects correct decoding
but nevermind)
More information about the ffmpeg-devel
mailing list