Merge "TODO cleanup: Remove unused buffer_size"
authorVignesh Venkatasubramanian <vigneshv@google.com>
Wed, 27 Apr 2016 06:17:12 +0000 (06:17 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Wed, 27 Apr 2016 06:17:12 +0000 (06:17 +0000)
1  2 
webmdec.h

diff --cc 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.