aboutsummaryrefslogtreecommitdiff
path: root/common/ivfdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/ivfdec.h')
-rw-r--r--common/ivfdec.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/common/ivfdec.h b/common/ivfdec.h
index dbc77331f..e8fe8d0c5 100644
--- a/common/ivfdec.h
+++ b/common/ivfdec.h
@@ -19,8 +19,9 @@ extern "C" {
#endif
int file_is_ivf(struct AvxInputContext *input);
-int ivf_read_frame(FILE *infile, uint8_t **buffer, size_t *bytes_read,
- size_t *buffer_size, aom_codec_pts_t *pts);
+int ivf_read_frame(struct AvxInputContext *input_ctx, uint8_t **buffer,
+ size_t *bytes_read, size_t *buffer_size,
+ aom_codec_pts_t *pts);
#ifdef __cplusplus
} /* extern "C" */