summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2016-06-19 13:48:09 +0200
committerClément Bœsch <u@pkh.me>2016-06-19 13:48:09 +0200
commitc3afe64d0cbe7141a1d90bd1b89895316913e1ea (patch)
tree8dc00fe40af48e9b4a05fa96d4a57bf7e92125ef
parentd5cfe233240dd71536989cd6250bb3e540c5d000 (diff)
parent5b35b290dd76db64f079b3940f6148c8f273fc17 (diff)
Merge commit '5b35b290dd76db64f079b3940f6148c8f273fc17'
* commit '5b35b290dd76db64f079b3940f6148c8f273fc17': h264: remove a stale comment Merged-by: Clément Bœsch <u@pkh.me>
-rw-r--r--libavcodec/h264.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 01943b0941..aea6f4955c 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -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];
}