summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-01-06 23:17:46 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-01-06 23:17:46 +0000
commit3bea538625a7cca8e1bc8b16ed8604b103319a0e (patch)
tree590484b914257bea4dcd9e7ce2f23ee7bd486e76 /ffmpeg.c
parent2f62e147aeb737e97656c524ffc2a1c5d23deff4 (diff)
1000l, but for whom? (zero ME sucks and caused the many I frames in the regression tests)
Originally committed as revision 1405 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index eae34d6e6c..5f19a545cb 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -110,7 +110,7 @@ static float video_b_qfactor = 1.25;
static float video_b_qoffset = 1.25;
static float video_i_qfactor = -0.8;
static float video_i_qoffset = 0.0;
-static int me_method = 0;
+static int me_method = ME_EPZS;
static int video_disable = 0;
static int video_codec_id = CODEC_ID_NONE;
static int same_quality = 0;