X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=vpxdec.c;h=1bef4bd4aae0a4ce0d6e909200358d4ceb4d60b5;hb=fa99c376e509ef52ed8370019538b23e76477ddb;hp=285d58e1e7662a46895528436b676739ef8e53b8;hpb=5dd85e525d85a6e5da295588bc574a815e099e1b;p=libvpx diff --git a/vpxdec.c b/vpxdec.c index 285d58e1e..1bef4bd4a 100644 --- a/vpxdec.c +++ b/vpxdec.c @@ -257,8 +257,7 @@ static int read_frame(struct VpxDecInputContext *input, uint8_t **buf, switch (input->vpx_input_ctx->file_type) { #if CONFIG_WEBM_IO case FILE_TYPE_WEBM: - return webm_read_frame(input->webm_ctx, - buf, bytes_in_buffer, buffer_size); + return webm_read_frame(input->webm_ctx, buf, bytes_in_buffer); #endif case FILE_TYPE_RAW: return raw_read_frame(input->vpx_input_ctx->file,