Commit f2ab4fa5 authored by Ilkka Ollakka's avatar Ilkka Ollakka

Revert "avcodec: set libmpeg2mmx idct in use if we encode to mp2v"

This reverts commit 2c055dc8.
parent a723d31f
...@@ -457,9 +457,6 @@ int OpenEncoder( vlc_object_t *p_this ) ...@@ -457,9 +457,6 @@ int OpenEncoder( vlc_object_t *p_this )
p_enc->fmt_out.i_codec == VLC_CODEC_MP2V ) ) p_enc->fmt_out.i_codec == VLC_CODEC_MP2V ) )
p_context->flags |= CODEC_FLAG_LOW_DELAY; 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, av_reduce( &p_context->sample_aspect_ratio.num,
&p_context->sample_aspect_ratio.den, &p_context->sample_aspect_ratio.den,
p_enc->fmt_in.video.i_sar_num, p_enc->fmt_in.video.i_sar_num,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment