shithub: libvpx

Download patch

ref: 9680d4fa2a0b88c36fe191e4521eb26305496b99
parent: ef4a132cc4001bbc333fab24025661afd24dffd2
author: Vignesh Venkatasubramanian <[email protected]>
date: Mon Apr 25 10:05:59 EDT 2016

webmdec.h: remove stale TODO

webm_read_frame is the only function now which requires
documentation for what the return value means (other two are quite
obvious - file_is_webm and webm_guess_framerate).

Change-Id: I7a4f7d8097b1d748812b2ee251ee718a0b5ce836

--- a/webmdec.h
+++ b/webmdec.h
@@ -53,8 +53,6 @@
 //      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,