This commit is contained in:
Ninja Jiraiya 2023-07-03 07:21:02 +07:00
parent 8f191b8ff8
commit 04f4d85e2a
1 changed files with 1 additions and 1 deletions

View File

@ -1145,7 +1145,7 @@ static void print_program_info(int flags, int level)
{ {
const char *indent = flags & INDENT? " " : ""; const char *indent = flags & INDENT? " " : "";
av_log(NULL, level, "%s version - Customized for MPD-PHP" FFMPEG_VERSION, program_name); av_log(NULL, level, "%s customized for MPD-PHP version " FFMPEG_VERSION, program_name);
if (flags & SHOW_COPYRIGHT) if (flags & SHOW_COPYRIGHT)
av_log(NULL, level, " Copyright (c) %d-%d the FFmpeg developers", av_log(NULL, level, " Copyright (c) %d-%d the FFmpeg developers",
program_birth_year, CONFIG_THIS_YEAR); program_birth_year, CONFIG_THIS_YEAR);