Commit c3afe64d authored by Clément Bœsch's avatar Clément Bœsch

Merge commit '5b35b290'

* commit '5b35b290':
  h264: remove a stale comment
Merged-by: 's avatarClément Bœsch <u@pkh.me>
parents d5cfe233 5b35b290
......@@ -685,8 +685,6 @@ static void decode_postinit(H264Context *h, int setup_finished)
if (out_of_order || pics > h->avctx->has_b_frames) {
out->reference &= ~DELAYED_PIC_REF;
// for frame threading, the owner must be the second field's thread or
// else the first thread can release the picture and reuse it unsafely
for (i = out_idx; h->delayed_pic[i]; i++)
h->delayed_pic[i] = h->delayed_pic[i + 1];
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment