Mercurial > libavcodec.hg
changeset 2616:ba6530ae8e34 libavcodec
remove superfluous CONFIG_ENCODERS (entire function is already wrapped)
author | melanson |
---|---|
date | Tue, 19 Apr 2005 04:29:11 +0000 |
parents | 0d88e3f89379 |
children | 616d8c4fde6d |
files | mpegvideo.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mpegvideo.c Mon Apr 18 20:07:48 2005 +0000 +++ b/mpegvideo.c Tue Apr 19 04:29:11 2005 +0000 @@ -241,7 +241,7 @@ #ifdef CONFIG_ENCODERS s->dct_quantize= dct_quantize_c; s->denoise_dct= denoise_dct_c; -#endif +#endif //CONFIG_ENCODERS #ifdef HAVE_MMX MPV_common_init_mmx(s); @@ -1255,7 +1255,6 @@ ff_set_cmp(&s->dsp, s->dsp.ildct_cmp, s->avctx->ildct_cmp); ff_set_cmp(&s->dsp, s->dsp.frame_skip_cmp, s->avctx->frame_skip_cmp); -#ifdef CONFIG_ENCODERS if (s->out_format == FMT_H261) ff_h261_encode_init(s); if (s->out_format == FMT_H263) @@ -1264,7 +1263,6 @@ ff_msmpeg4_encode_init(s); if (s->out_format == FMT_MPEG1) ff_mpeg1_encode_init(s); -#endif /* init q matrix */ for(i=0;i<64;i++) {