summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWan-Teh Chang <wtc@google.com>2021-02-26 18:02:24 -0800
committerWan-Teh Chang <wtc@google.com>2021-02-26 18:02:24 -0800
commitebefb90b75f07ea5ab06d6b2a5ea5355c843d266 (patch)
treef81c89f2e14bfcefafe604e696073d8e80bd5957
parent02392eecccde436a76aca6c86a6fdf643e98eb38 (diff)
downloadlibvpx-ebefb90b75f07ea5ab06d6b2a5ea5355c843d266.tar.gz
Remove comments for removed 'active_map' parameter
Change-Id: I8635f6121e13089c25e201df033d5bc68e2862b4
-rw-r--r--vp9/encoder/vp9_lookahead.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/vp9/encoder/vp9_lookahead.h b/vp9/encoder/vp9_lookahead.h
index dbbe3af58..6ac673667 100644
--- a/vp9/encoder/vp9_lookahead.h
+++ b/vp9/encoder/vp9_lookahead.h
@@ -82,15 +82,11 @@ int vp9_lookahead_next_show_idx(const struct lookahead_ctx *ctx);
* This function will copy the source image into a new framebuffer with
* the expected stride/border.
*
- * If active_map is non-NULL and there is only one frame in the queue, then copy
- * only active macroblocks.
- *
* \param[in] ctx Pointer to the lookahead context
* \param[in] src Pointer to the image to enqueue
* \param[in] ts_start Timestamp for the start of this frame
* \param[in] ts_end Timestamp for the end of this frame
* \param[in] flags Flags set on this frame
- * \param[in] active_map Map that specifies which macroblock is active
*/
int vp9_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src,
int64_t ts_start, int64_t ts_end, int use_highbitdepth,