shithub: libvpx

Download patch

ref: e9ad5d2aeecb8263e1505cc0e9d63f70479a0676
parent: 94eaecaa91661dfc3ecd00a0963211b9704a5bd5
author: Marco <marpan@google.com>
date: Wed Dec 13 06:29:26 EST 2017

vp9: Cleanup/remove TODO comment.

Change-Id: I2bd43e996909ad688b7e00b81ee19a5fc4df460b

--- a/vp9/encoder/vp9_encoder.c
+++ b/vp9/encoder/vp9_encoder.c
@@ -5182,8 +5182,6 @@
       cm->intra_only = 0;
       // if the flags indicate intra frame, but if the current picture is for
       // non-zero spatial layer, it should not be an intra picture.
-      // TODO(Won Kap): this needs to change if per-layer intra frame is
-      // allowed.
       if ((source->flags & VPX_EFLAG_FORCE_KF) &&
           cpi->svc.spatial_layer_id > cpi->svc.first_spatial_layer_to_encode) {
         source->flags &= ~(unsigned int)(VPX_EFLAG_FORCE_KF);