From 7084c149d94876afd363dac3cbe3c3598d816091 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 22 Mar 2002 04:18:57 +0000 Subject: [PATCH] -me epzs Originally committed as revision 346 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ffmpeg.c b/ffmpeg.c index 94b1fa1dd0..5edd33dc7b 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -1345,6 +1345,8 @@ const char *motion_str[] = { "full", "log", "phods", + "epzs", + "x1", NULL, };