comparison bfin/mpegvideo_bfin.c @ 9728:5d5528c6eaf7 libavcodec

blackfin: disable broken dsputil functions
author mru
date Thu, 28 May 2009 22:36:06 +0000
parents 4b63d4691d4a
children
comparison
equal deleted inserted replaced
9727:e07a0d71fba9 9728:5d5528c6eaf7
141 return last_non_zero; 141 return last_non_zero;
142 } 142 }
143 143
144 void MPV_common_init_bfin (MpegEncContext *s) 144 void MPV_common_init_bfin (MpegEncContext *s)
145 { 145 {
146 s->dct_quantize= dct_quantize_bfin; 146 /* s->dct_quantize= dct_quantize_bfin; */
147 } 147 }
148 148