Browse Source

hevc: fix wpp threading deadlock.

Fixes ticket 4258.
tags/n3.0
Ronald S. Bultje 10 years ago
parent
commit
74e4948235
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/hevc.c

+ 2
- 0
libavcodec/hevc.c View File

@@ -2401,6 +2401,8 @@ static int hls_decode_entry_wpp(AVCodecContext *avctxt, void *input_ctb_row, int

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;
}



Loading…
Cancel
Save