summaryrefslogtreecommitdiff
path: root/vp8/encoder
diff options
context:
space:
mode:
authorclang-format <noreply@google.com>2017-08-27 18:26:24 -0700
committerJames Zern <jzern@google.com>2017-09-01 01:24:03 -0700
commit7587a97551561f97c237d0603b21e76a649997dd (patch)
tree4857bf98b71f5d699a3e80bd8b4e02748177f26d /vp8/encoder
parent053bd263ebbcddf5656210791fd45d94bd335472 (diff)
downloadlibvpx-7587a97551561f97c237d0603b21e76a649997dd.tar
libvpx-7587a97551561f97c237d0603b21e76a649997dd.tar.gz
libvpx-7587a97551561f97c237d0603b21e76a649997dd.tar.bz2
libvpx-7587a97551561f97c237d0603b21e76a649997dd.zip
apply clang-format
Change-Id: If4c3e8a396d0fcb304f407b44e28cac3219f038c
Diffstat (limited to 'vp8/encoder')
-rw-r--r--vp8/encoder/firstpass.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/vp8/encoder/firstpass.c b/vp8/encoder/firstpass.c
index caf19059e..70f924341 100644
--- a/vp8/encoder/firstpass.c
+++ b/vp8/encoder/firstpass.c
@@ -1273,8 +1273,9 @@ void vp8_init_second_pass(VP8_COMP *cpi) {
* sum duration is not. Its calculated based on the actual durations of
* all frames from the first pass.
*/
- vp8_new_framerate(cpi, 10000000.0 * cpi->twopass.total_stats.count /
- cpi->twopass.total_stats.duration);
+ vp8_new_framerate(cpi,
+ 10000000.0 * cpi->twopass.total_stats.count /
+ cpi->twopass.total_stats.duration);
cpi->output_framerate = cpi->framerate;
cpi->twopass.bits_left = (int64_t)(cpi->twopass.total_stats.duration *