]> granicus.if.org Git - libvpx/blobdiff - webmdec.h
Fix compile warnings for target=armv7-android-gcc
[libvpx] / webmdec.h
index aa371f32122d88099186979a89f9139cea5d9de9..7dcb170caf3c0f1d394bb5e24764e619deb5edc6 100644 (file)
--- a/webmdec.h
+++ b/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.