From f71163d7915a75e75b7ebb3b78e6fb1013327d37 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Sun, 16 Sep 2007 18:08:51 +0000 Subject: Move av_exit() to before main() Originally committed as revision 10510 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 90 +++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 44 insertions(+), 46 deletions(-) (limited to 'ffmpeg.c') diff --git a/ffmpeg.c b/ffmpeg.c index 1fdfaa1c35..905c3427f7 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -3789,52 +3789,6 @@ static void show_help(void) av_opt_show(sws_opts, NULL); } -static int av_exit(); - -int main(int argc, char **argv) -{ - int i; - int64_t ti; - - av_register_all(); - - for(i=0; i