[vlc-devel] [PATCH] vlc_codec: remove unused member

Zhao Zhili quinkblack at foxmail.com
Mon Aug 27 08:37:33 CEST 2018


---
Looks like they are oversimplified to be useful in complex situations.

 include/vlc_codec.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/vlc_codec.h b/include/vlc_codec.h
index 88965e7..1d00f76 100644
--- a/include/vlc_codec.h
+++ b/include/vlc_codec.h
@@ -238,9 +238,6 @@ struct encoder_t
 
     /* Common encoder options */
     int i_threads;               /* Number of threads to use during encoding */
-    int i_iframes;               /* One I frame per i_iframes */
-    int i_bframes;               /* One B frame per i_bframes */
-    int i_tolerance;             /* Bitrate tolerance */
 
     /* Encoder config */
     config_chain_t *p_cfg;
-- 
2.9.5





More information about the vlc-devel mailing list