Browse code

dsputil: remove stale bink prototypes and comments

Signed-off-by: Mans Rullgard <mans@mansr.com>

Mans Rullgard authored on 2011/07/27 23:49:03
Showing 1 changed files
... ...
@@ -111,11 +111,6 @@ void ff_vp3_idct_dc_add_c(uint8_t *dest/*align 8*/, int line_size, const DCTELEM
111 111
 void ff_vp3_v_loop_filter_c(uint8_t *src, int stride, int *bounding_values);
112 112
 void ff_vp3_h_loop_filter_c(uint8_t *src, int stride, int *bounding_values);
113 113
 
114
-/* Bink functions */
115
-void ff_bink_idct_c    (DCTELEM *block);
116
-void ff_bink_idct_add_c(uint8_t *dest, int linesize, DCTELEM *block);
117
-void ff_bink_idct_put_c(uint8_t *dest, int linesize, DCTELEM *block);
118
-
119 114
 /* EA functions */
120 115
 void ff_ea_idct_put_c(uint8_t *dest, int linesize, DCTELEM *block);
121 116
 
... ...
@@ -557,7 +552,6 @@ typedef struct DSPContext {
557 557
     h264_chroma_mc_func put_rv40_chroma_pixels_tab[3];
558 558
     h264_chroma_mc_func avg_rv40_chroma_pixels_tab[3];
559 559
 
560
-    /* bink functions */
561 560
     op_fill_func fill_block_tab[2];
562 561
 } DSPContext;
563 562