[x264-devel] Drop unused function declarations
Vittorio Giovara
git at videolan.org
Mon May 22 00:00:35 CEST 2017
x264 | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Mon Jan 30 22:14:56 2017 +0100| [988ce459433fd3f978d632e8fc0ef9c19c94a6a1] | committer: Henrik Gramner
Drop unused function declarations
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=988ce459433fd3f978d632e8fc0ef9c19c94a6a1
---
common/dct.h | 1 -
encoder/ratecontrol.h | 2 --
2 files changed, 3 deletions(-)
diff --git a/common/dct.h b/common/dct.h
index fc8434ba..d443e228 100644
--- a/common/dct.h
+++ b/common/dct.h
@@ -75,7 +75,6 @@ typedef struct
} x264_zigzag_function_t;
void x264_dct_init( int cpu, x264_dct_function_t *dctf );
-void x264_dct_init_weights( void );
void x264_zigzag_init( int cpu, x264_zigzag_function_t *pf_progressive, x264_zigzag_function_t *pf_interlaced );
#endif
diff --git a/encoder/ratecontrol.h b/encoder/ratecontrol.h
index c5b95cb4..168b515c 100644
--- a/encoder/ratecontrol.h
+++ b/encoder/ratecontrol.h
@@ -58,8 +58,6 @@ int x264_ratecontrol_qp( x264_t * );
int x264_ratecontrol_mb_qp( x264_t *h );
int x264_ratecontrol_end( x264_t *, int bits, int *filler );
void x264_ratecontrol_summary( x264_t * );
-void x264_ratecontrol_set_estimated_size( x264_t *, int bits );
-int x264_ratecontrol_get_estimated_size( x264_t const *);
int x264_rc_analyse_slice( x264_t *h );
void x264_threads_distribute_ratecontrol( x264_t *h );
void x264_threads_merge_ratecontrol( x264_t *h );
More information about the x264-devel
mailing list