[vlc-commits] Revert "avcodec: set libmpeg2mmx idct in use if we encode to mp2v"
Ilkka Ollakka
git at videolan.org
Sat Oct 6 13:09:54 CEST 2012
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Tue Sep 18 19:02:36 2012 +0300| [f2ab4fa51554164099abbb9caac9083c0bbc90e9] | committer: Ilkka Ollakka
Revert "avcodec: set libmpeg2mmx idct in use if we encode to mp2v"
This reverts commit 2c055dc81ce1830fb988806a6026aca3650e9ba1.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f2ab4fa51554164099abbb9caac9083c0bbc90e9
---
modules/codec/avcodec/encoder.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/modules/codec/avcodec/encoder.c b/modules/codec/avcodec/encoder.c
index a967050..09a456e 100644
--- a/modules/codec/avcodec/encoder.c
+++ b/modules/codec/avcodec/encoder.c
@@ -457,9 +457,6 @@ int OpenEncoder( vlc_object_t *p_this )
p_enc->fmt_out.i_codec == VLC_CODEC_MP2V ) )
p_context->flags |= CODEC_FLAG_LOW_DELAY;
- if( p_enc->fmt_out.i_codec == VLC_CODEC_MP2V )
- p_context->idct_algo = FF_IDCT_LIBMPEG2MMX;
-
av_reduce( &p_context->sample_aspect_ratio.num,
&p_context->sample_aspect_ratio.den,
p_enc->fmt_in.video.i_sar_num,
More information about the vlc-commits
mailing list