diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2007-09-27 14:45:29 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2007-09-27 14:45:29 +0000 |
commit | 9c5755ee73a38fb484eeaf17522c417bc79e43de (patch) | |
tree | 735581029fb37eecedc58b66f7e04e886eaf15ed | |
parent | 4cfac5bc51cb644195573810515f1fe6cfda73cd (diff) | |
download | ffmpeg-9c5755ee73a38fb484eeaf17522c417bc79e43de.tar.gz |
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
-rw-r--r-- | ffplay.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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", |