1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

lowres needs EMU_EDGE

Originally committed as revision 3575 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2004-10-09 12:00:05 +00:00
parent 5f6c92d40c
commit 61846e9ac3

View File

@ -1166,6 +1166,7 @@ static int stream_component_open(VideoState *is, int stream_index)
enc->debug = debug;
enc->workaround_bugs = workaround_bugs;
enc->lowres = lowres;
if(lowres) enc->flags |= CODEC_FLAG_EMU_EDGE;
enc->idct_algo= idct;
if(fast) enc->flags2 |= CODEC_FLAG2_FAST;
if (!codec ||