From 23564a4a4ad4d04254b07bb1440a3bad39ee8cda Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Fri, 28 Sep 2012 20:05:18 +0200 Subject: ffprobe: add support to library ident printing --- ffprobe.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ffprobe.c') diff --git a/ffprobe.c b/ffprobe.c index d466d5aed1..531f23cae8 100644 --- a/ffprobe.c +++ b/ffprobe.c @@ -1891,6 +1891,7 @@ static void ffprobe_show_program_version(WriterContext *w) print_int("minor", LIB##LIBNAME##_VERSION_MINOR); \ print_int("micro", LIB##LIBNAME##_VERSION_MICRO); \ print_int("version", version); \ + print_str("ident", LIB##LIBNAME##_IDENT); \ writer_print_section_footer(w); \ } \ } while (0) -- cgit v1.2.3