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
This commit is contained in:
Vignesh Venkatasubramanian 2016-04-25 14:05:59 -07:00
Родитель ef4a132cc4
Коммит 9680d4fa2a
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -53,8 +53,6 @@ int file_is_webm(struct WebmInputContext *webm_ctx,
// 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,