summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mpegvideo.c')
-rw-r--r--libavcodec/mpegvideo.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index c71a96a342..34fa8910aa 100644
--- a/libavcodec/mpegvideo.c
+++ b/libavcodec/mpegvideo.c
@@ -162,19 +162,6 @@ int DCT_common_init(MpegEncContext *s)
MPV_common_init_bfin(s);
#endif
-#ifdef CONFIG_ENCODERS
- if(!s->dct_quantize)
- s->dct_quantize= dct_quantize_c;
- if(!s->denoise_dct)
- s->denoise_dct= denoise_dct_c;
- 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_*
- }
-
-#endif //CONFIG_ENCODERS
-
/* load & permutate scantables
note: only wmv uses different ones
*/