Commit d64eeb41 authored by michael's avatar michael

lowres needs EMU_EDGE


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3575 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ff990099
...@@ -1166,6 +1166,7 @@ static int stream_component_open(VideoState *is, int stream_index) ...@@ -1166,6 +1166,7 @@ static int stream_component_open(VideoState *is, int stream_index)
enc->debug = debug; enc->debug = debug;
enc->workaround_bugs = workaround_bugs; enc->workaround_bugs = workaround_bugs;
enc->lowres = lowres; enc->lowres = lowres;
if(lowres) enc->flags |= CODEC_FLAG_EMU_EDGE;
enc->idct_algo= idct; enc->idct_algo= idct;
if(fast) enc->flags2 |= CODEC_FLAG2_FAST; if(fast) enc->flags2 |= CODEC_FLAG2_FAST;
if (!codec || if (!codec ||
......
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