]> granicus.if.org Git - libvpx/commitdiff
Rename parameter two_pass to twopass.
authorangiebird <angiebird@google.com>
Tue, 10 Dec 2019 01:00:27 +0000 (17:00 -0800)
committerangiebird <angiebird@google.com>
Tue, 10 Dec 2019 19:43:40 +0000 (11:43 -0800)
Change-Id: I54f60f62f27f9ef96db892d5b6219c9591ce2dc9

vp9/encoder/vp9_firstpass.h

index 1c71134887820d22baec93f5a5bd4d8e96264afc..108416b47b94535ac9cfbef6d3ceb7af435cba00 100644 (file)
@@ -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"