dsputil: remove stale bink prototypes and comments
authorMans Rullgard <mans@mansr.com>
Wed, 27 Jul 2011 14:49:03 +0000 (15:49 +0100)
committerMans Rullgard <mans@mansr.com>
Wed, 27 Jul 2011 15:05:49 +0000 (16:05 +0100)
Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/dsputil.h

index 93fbe9c..536357a 100644 (file)
@@ -111,11 +111,6 @@ void ff_vp3_idct_dc_add_c(uint8_t *dest/*align 8*/, int line_size, const DCTELEM
 void ff_vp3_v_loop_filter_c(uint8_t *src, int stride, int *bounding_values);
 void ff_vp3_h_loop_filter_c(uint8_t *src, int stride, int *bounding_values);
 
-/* Bink functions */
-void ff_bink_idct_c    (DCTELEM *block);
-void ff_bink_idct_add_c(uint8_t *dest, int linesize, DCTELEM *block);
-void ff_bink_idct_put_c(uint8_t *dest, int linesize, DCTELEM *block);
-
 /* EA functions */
 void ff_ea_idct_put_c(uint8_t *dest, int linesize, DCTELEM *block);
 
@@ -557,7 +552,6 @@ typedef struct DSPContext {
     h264_chroma_mc_func put_rv40_chroma_pixels_tab[3];
     h264_chroma_mc_func avg_rv40_chroma_pixels_tab[3];
 
-    /* bink functions */
     op_fill_func fill_block_tab[2];
 } DSPContext;