From 2f65eb2a00b8f456ea9718c459ec488d2cd48dac Mon Sep 17 00:00:00 2001 From: angiebird Date: Mon, 9 Dec 2019 17:00:27 -0800 Subject: [PATCH] Rename parameter two_pass to twopass. Change-Id: I54f60f62f27f9ef96db892d5b6219c9591ce2dc9 --- vp9/encoder/vp9_firstpass.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vp9/encoder/vp9_firstpass.h b/vp9/encoder/vp9_firstpass.h index 1c7113488..108416b47 100644 --- a/vp9/encoder/vp9_firstpass.h +++ b/vp9/encoder/vp9_firstpass.h @@ -290,8 +290,8 @@ int vp9_get_coding_frame_num(const struct VP9EncoderConfig *oxcf, 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" -- 2.40.0