vlc | branch: master | Zhao Zhili <[email protected]> | Mon Aug 27 17:41:30 2018 +0800| [f7e76a3ec19936128ad400d165729d4243326ec3] | committer: Jean-Baptiste Kempf
codec: x264: remove unused member Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f7e76a3ec19936128ad400d165729d4243326ec3 --- modules/codec/x264.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/codec/x264.c b/modules/codec/x264.c index 36641126e3..19eed66ee0 100644 --- a/modules/codec/x264.c +++ b/modules/codec/x264.c @@ -762,8 +762,6 @@ typedef struct x264_t *h; x264_param_t param; - vlc_tick_t i_initial_delay; - char *psz_stat_name; int i_sei_size; uint32_t i_colorspace; @@ -864,7 +862,6 @@ static int Open ( vlc_object_t *p_this ) p_enc->pf_encode_video = Encode; p_enc->pf_encode_audio = NULL; - p_sys->i_initial_delay = 0; p_sys->psz_stat_name = NULL; p_sys->i_sei_size = 0; p_sys->p_sei = NULL; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
