aboutsummaryrefslogtreecommitdiff
path: root/libvpx/webmdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvpx/webmdec.h')
-rw-r--r--libvpx/webmdec.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libvpx/webmdec.h b/libvpx/webmdec.h
index aa371f321..7dcb170ca 100644
--- a/libvpx/webmdec.h
+++ b/libvpx/webmdec.h
@@ -52,8 +52,7 @@ int file_is_webm(struct WebmInputContext *webm_ctx,
// 0 - Success
// 1 - End of Stream
// -1 - Error
-int webm_read_frame(struct WebmInputContext *webm_ctx,
- uint8_t **buffer,
+int webm_read_frame(struct WebmInputContext *webm_ctx, uint8_t **buffer,
size_t *buffer_size);
// Guesses the frame rate of the input file based on the container timestamps.