mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
This commit is contained in:
parent
4cfac5bc51
commit
9c5755ee73
3
ffplay.c
3
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",
|
||||
|
Loading…
Reference in New Issue
Block a user