h264: remove a stale comment
This comment used to apply to code that was removed.
This commit is contained in:
parent
89ae244e78
commit
5b35b290dd
@ -657,8 +657,6 @@ static void decode_postinit(H264Context *h, int setup_finished)
|
|||||||
|
|
||||||
if (pics > h->avctx->has_b_frames) {
|
if (pics > h->avctx->has_b_frames) {
|
||||||
out->reference &= ~DELAYED_PIC_REF;
|
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++)
|
for (i = out_idx; h->delayed_pic[i]; i++)
|
||||||
h->delayed_pic[i] = h->delayed_pic[i + 1];
|
h->delayed_pic[i] = h->delayed_pic[i + 1];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user