Skip to content

Commit

Permalink
Remove comments for removed 'active_map' parameter
Browse files Browse the repository at this point in the history
Change-Id: I8635f6121e13089c25e201df033d5bc68e2862b4
  • Loading branch information
wantehchang committed Feb 27, 2021
1 parent 02392ee commit ebefb90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vp9/encoder/vp9_lookahead.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ebefb90

Please sign in to comment.