[FFmpeg-cvslog] r10604 - trunk/ffplay.c
benoit
subversion
Thu Sep 27 16:45:29 CEST 2007
Author: benoit
Date: Thu Sep 27 16:45:29 2007
New Revision: 10604
Log:
Remove unnecessary copyright notice from ffplay.c:show_help.
patch by Stefano Sabatini stefano sabatini-lala poste it
Modified:
trunk/ffplay.c
Modified: trunk/ffplay.c
==============================================================================
--- trunk/ffplay.c (original)
+++ trunk/ffplay.c Thu Sep 27 16:45:29 2007
@@ -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",
More information about the ffmpeg-cvslog
mailing list