summaryrefslogtreecommitdiff
path: root/vp8/encoder/lookahead.c
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/encoder/lookahead.c')
-rw-r--r--vp8/encoder/lookahead.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp8/encoder/lookahead.c b/vp8/encoder/lookahead.c
index ce2ce08c1..662338574 100644
--- a/vp8/encoder/lookahead.c
+++ b/vp8/encoder/lookahead.c
@@ -181,6 +181,7 @@ vp8_lookahead_pop(struct lookahead_ctx *ctx,
{
struct lookahead_entry* buf = NULL;
+ assert(ctx != NULL);
if(ctx->sz && (drain || ctx->sz == ctx->max_sz - 1))
{
buf = pop(ctx, &ctx->read_idx);