diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-04-11 14:17:10 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-04-24 10:06:24 +0200 |
commit | 5b35b290dd76db64f079b3940f6148c8f273fc17 (patch) | |
tree | e1280c3bf29416607f74ff70f3efbbca632b68c7 /libavcodec | |
parent | 89ae244e78a8d636fbb8427a2da052b04cf710bd (diff) | |
download | ffmpeg-5b35b290dd76db64f079b3940f6148c8f273fc17.tar.gz |
h264: remove a stale comment
This comment used to apply to code that was removed.
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/h264.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 9280fb9924..434d561c0e 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -657,8 +657,6 @@ static void decode_postinit(H264Context *h, int setup_finished) if (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]; } |