From: Vignesh Venkatasubramanian Date: Wed, 27 Apr 2016 06:17:12 +0000 (+0000) Subject: Merge "TODO cleanup: Remove unused buffer_size" X-Git-Tag: v1.6.0~189 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=021105e3ac551bfdfca07485d55d8bf168f07d1a;p=libvpx Merge "TODO cleanup: Remove unused buffer_size" --- 021105e3ac551bfdfca07485d55d8bf168f07d1a diff --cc webmdec.h index 537be9ff2,eebebb590..aa371f321 --- a/webmdec.h +++ b/webmdec.h @@@ -53,9 -52,10 +52,8 @@@ int file_is_webm(struct WebmInputContex // 0 - Success // 1 - End of Stream // -1 - Error -// TODO(vigneshv): Make the return values consistent across all functions in -// this file. int webm_read_frame(struct WebmInputContext *webm_ctx, uint8_t **buffer, - size_t *bytes_in_buffer, size_t *buffer_size); // Guesses the frame rate of the input file based on the container timestamps.