shithub: libvpx

Download patch

ref: 2f65eb2a00b8f456ea9718c459ec488d2cd48dac
parent: 757a5e6aa926cd5ee0ad6e7424cfd2968d0a03a4
author: angiebird <angiebird@google.com>
date: Mon Dec 9 12:00:27 EST 2019

Rename parameter two_pass to twopass.

Change-Id: I54f60f62f27f9ef96db892d5b6219c9591ce2dc9

--- a/vp9/encoder/vp9_firstpass.h
+++ b/vp9/encoder/vp9_firstpass.h
@@ -290,8 +290,8 @@
                              int multi_layer_arf, int allow_alt_ref);
 #endif
 
-FIRSTPASS_STATS vp9_get_frame_stats(const TWO_PASS *two_pass);
-FIRSTPASS_STATS vp9_get_total_stats(const TWO_PASS *two_pass);
+FIRSTPASS_STATS vp9_get_frame_stats(const TWO_PASS *twopass);
+FIRSTPASS_STATS vp9_get_total_stats(const TWO_PASS *twopass);
 
 #ifdef __cplusplus
 }  // extern "C"