Commit dff9894a authored by Derek Buitenhuis's avatar Derek Buitenhuis

Merge commit '709c0f79'

* commit '709c0f79':
  nuv: Use the correct context for av_image_check_size
Merged-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parents d9357332 709c0f79
......@@ -195,7 +195,7 @@ static int nuv_header(AVFormatContext *s)
return AVERROR(ENOMEM);
ctx->v_id = vst->index;
ret = av_image_check_size(width, height, 0, ctx);
ret = av_image_check_size(width, height, 0, s);
if (ret < 0)
return ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment