From 61846e9ac3456fdc4f67b5d2b4c03da638a5b838 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 9 Oct 2004 12:00:05 +0000 Subject: lowres needs EMU_EDGE Originally committed as revision 3575 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffplay.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ffplay.c') diff --git a/ffplay.c b/ffplay.c index 661bc2c401..c2f7ec5e6d 100644 --- a/ffplay.c +++ b/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 || -- cgit v1.2.3