]> git.sesse.net Git - ffmpeg/blobdiff - ffprobe.c
avfilter: add palettegen filter
[ffmpeg] / ffprobe.c
index 38879f177b14d90772edb89d86da3bad1a73c241..d352bb6bbcd0150ea3e5f5541a3056d0c8a6dfbc 100644 (file)
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -2562,8 +2562,6 @@ static void ffprobe_show_program_version(WriterContext *w)
     print_str("version", FFMPEG_VERSION);
     print_fmt("copyright", "Copyright (c) %d-%d the FFmpeg developers",
               program_birth_year, CONFIG_THIS_YEAR);
-    print_str("build_date", __DATE__);
-    print_str("build_time", __TIME__);
     print_str("compiler_ident", CC_IDENT);
     print_str("configuration", FFMPEG_CONFIGURATION);
     writer_print_section_footer(w);