From 9c5755ee73a38fb484eeaf17522c417bc79e43de Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 27 Sep 2007 14:45:29 +0000 Subject: Remove unnecessary copyright notice from ffplay.c:show_help. patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 10604 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffplay.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ffplay.c') diff --git a/ffplay.c b/ffplay.c index 06aa6ea18a..6536e02c78 100644 --- a/ffplay.c +++ b/ffplay.c @@ -2479,8 +2479,7 @@ const OptionDef options[] = { void show_help(void) { - printf("ffplay version " FFMPEG_VERSION ", Copyright (c) 2003-2007 Fabrice Bellard, et al.\n" - "usage: ffplay [options] input_file\n" + printf("usage: ffplay [options] input_file\n" "Simple media player\n"); printf("\n"); show_help_options(options, "Main options:\n", -- cgit v1.2.3