]> granicus.if.org Git - libvpx/commitdiff
vp9: Cleanup/remove TODO comment.
authorMarco <marpan@google.com>
Wed, 13 Dec 2017 19:29:26 +0000 (11:29 -0800)
committerMarco <marpan@google.com>
Wed, 13 Dec 2017 19:30:09 +0000 (11:30 -0800)
Change-Id: I2bd43e996909ad688b7e00b81ee19a5fc4df460b

vp9/encoder/vp9_encoder.c

index e840155b19dcbb068a962fdadc83162c39f3056b..069e158d0112d2d26f37e0727f37dc323b7ae63e 100644 (file)
@@ -5182,8 +5182,6 @@ int vp9_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags,
       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);