aboutsummaryrefslogtreecommitdiff
path: root/libvpx/webmdec.h
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2017-01-18 14:34:32 -0800
committerJohann <johannkoenig@google.com>2017-01-18 14:36:49 -0800
commit7bc9febe8749e98a3812a0dc4380ceae75c29450 (patch)
tree8dec9075ab070a11a642d1b0e9a622edf2103cd4 /libvpx/webmdec.h
parent460c7dd824be59d11c9ae6f5ba06ed8c2a0dc9a2 (diff)
downloadlibvpx-7bc9febe8749e98a3812a0dc4380ceae75c29450.tar.gz
Update external/libvpx to v1.6.1android-o-preview-1o-preview
Bug: 33579953 Test: build.webmproject.org automated tests, chromium tests, manual builds. Change-Id: I87e9a4e6a0c55465ecbf54cca64ccc24a9f4b57c
Diffstat (limited to 'libvpx/webmdec.h')
-rw-r--r--libvpx/webmdec.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libvpx/webmdec.h b/libvpx/webmdec.h
index aa371f321..7dcb170ca 100644
--- a/libvpx/webmdec.h
+++ b/libvpx/webmdec.h
@@ -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.