Do not pass program_name as argument to show_version(), this allows some
future simplifications. Originally committed as revision 13232 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -216,7 +216,7 @@ void show_banner(const char *program_name, int program_birth_year)
|
||||
#endif
|
||||
}
|
||||
|
||||
void show_version(const char *program_name) {
|
||||
void show_version(void) {
|
||||
/* TODO: add function interface to avutil and avformat avdevice*/
|
||||
printf("%s " FFMPEG_VERSION "\n", program_name);
|
||||
printf("libavutil %d\n"
|
||||
|
Reference in New Issue
Block a user