diff mpegvideo.c @ 1007:b2cf2a1d9a51 libavcodec

more compare functions (rd & bit)
author michaelni
date Wed, 15 Jan 2003 18:05:23 +0000
parents e89b11e07ee7
children 3b7fcfb9c551
line wrap: on
line diff
--- a/mpegvideo.c	Tue Jan 14 19:25:05 2003 +0000
+++ b/mpegvideo.c	Wed Jan 15 18:05:23 2003 +0000
@@ -232,6 +232,8 @@
     MPV_common_init_ppc(s);
 #endif
 
+    s->fast_dct_quantize= s->dct_quantize;
+
     if(s->flags&CODEC_FLAG_TRELLIS_QUANT){
         s->dct_quantize= dct_quantize_trellis_c; //move before MPV_common_init_*
     }