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:
parent
5f6c92d40c
commit
61846e9ac3
1
ffplay.c
1
ffplay.c
@ -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 ||
|
||||
|
Loading…
Reference in New Issue
Block a user