summaryrefslogtreecommitdiff
path: root/ivfdec.h
diff options
context:
space:
mode:
authorclang-format <noreply@google.com>2016-07-18 19:44:59 -0700
committerJames Zern <jzern@google.com>2016-07-19 14:34:19 -0700
commit033dab9ca0adb78a0ce417d5956a6caf440c7ca7 (patch)
treebe50ddb1a5235d4d3b6e5921a69f0cffd2579365 /ivfdec.h
parent6e336f6e5f623929018c2db84472f1b2f5d67a85 (diff)
downloadlibvpx-033dab9ca0adb78a0ce417d5956a6caf440c7ca7.tar.gz
top-level: apply clang-format
Change-Id: Ibd5395bf8956a80f7c0df4d539c7a42c927a1fc7
Diffstat (limited to 'ivfdec.h')
-rw-r--r--ivfdec.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ivfdec.h b/ivfdec.h
index dd29cc617..af725572b 100644
--- a/ivfdec.h
+++ b/ivfdec.h
@@ -18,11 +18,11 @@ extern "C" {
int file_is_ivf(struct VpxInputContext *input);
-int ivf_read_frame(FILE *infile, uint8_t **buffer,
- size_t *bytes_read, size_t *buffer_size);
+int ivf_read_frame(FILE *infile, uint8_t **buffer, size_t *bytes_read,
+ size_t *buffer_size);
#ifdef __cplusplus
-} /* extern "C" */
+} /* extern "C" */
#endif
#endif // IVFDEC_H_