diff options
Diffstat (limited to 'webmdec.h')
-rw-r--r-- | webmdec.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |