summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco <marpan@google.com>2017-12-13 11:29:26 -0800
committerMarco <marpan@google.com>2017-12-13 11:30:09 -0800
commite9ad5d2aeecb8263e1505cc0e9d63f70479a0676 (patch)
tree35077305b4a5bab50642aa3bb66cd45f7ed2ef9b
parent94eaecaa91661dfc3ecd00a0963211b9704a5bd5 (diff)
downloadlibvpx-e9ad5d2aeecb8263e1505cc0e9d63f70479a0676.tar
libvpx-e9ad5d2aeecb8263e1505cc0e9d63f70479a0676.tar.gz
libvpx-e9ad5d2aeecb8263e1505cc0e9d63f70479a0676.tar.bz2
libvpx-e9ad5d2aeecb8263e1505cc0e9d63f70479a0676.zip
vp9: Cleanup/remove TODO comment.
Change-Id: I2bd43e996909ad688b7e00b81ee19a5fc4df460b
-rw-r--r--vp9/encoder/vp9_encoder.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp9/encoder/vp9_encoder.c b/vp9/encoder/vp9_encoder.c
index e840155b1..069e158d0 100644
--- a/vp9/encoder/vp9_encoder.c
+++ b/vp9/encoder/vp9_encoder.c
@@ -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);