From e5d166efb50df622545512a95a933ef984b470f3 Mon Sep 17 00:00:00 2001 From: Frederic Barbier Date: Thu, 1 Feb 2018 10:28:29 +0100 Subject: [PATCH] Cleanup deprecated comments Change-Id: I91f18c498c694829b933bb73812ad94d66962994 --- av1/common/blockd.h | 3 --- av1/decoder/decodeframe.c | 1 - 2 files changed, 4 deletions(-) diff --git a/av1/common/blockd.h b/av1/common/blockd.h index 5a2579ece..3368eb599 100644 --- a/av1/common/blockd.h +++ b/av1/common/blockd.h @@ -926,9 +926,6 @@ static INLINE TX_TYPE av1_get_tx_type(PLANE_TYPE plane_type, (void)blk_col; #endif // CONFIG_TXK_SEL - // TODO(sarahparker) This assumes reduced_tx_set_used == 0. I will do a - // follow up refactor to make the actual value of reduced_tx_set_used - // within this function. if (is_inter_block(mbmi) && !av1_ext_tx_used[tx_set_type][mbmi->tx_type]) return DCT_DCT; diff --git a/av1/decoder/decodeframe.c b/av1/decoder/decodeframe.c index 450604ccd..212d953a1 100644 --- a/av1/decoder/decodeframe.c +++ b/av1/decoder/decodeframe.c @@ -2370,7 +2370,6 @@ void read_sequence_header(SequenceHeader *seq_params, seq_params->max_frame_height = max_frame_height; #endif - /* Placeholder for actually reading from the bitstream */ seq_params->frame_id_numbers_present_flag = aom_rb_read_bit(rb); if (seq_params->frame_id_numbers_present_flag) { // We must always have delta_frame_id_length < frame_id_length, -- GitLab