| Index: source/libvpx/vp9/encoder/vp9_lookahead.h
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_lookahead.h (revision 254565)
|
| +++ source/libvpx/vp9/encoder/vp9_lookahead.h (working copy)
|
| @@ -63,8 +63,7 @@
|
| * \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, unsigned int flags,
|
| - unsigned char *active_map);
|
| + int64_t ts_start, int64_t ts_end, unsigned int flags);
|
|
|
|
|
| /**\brief Get the next source buffer to encode
|
|
|