summaryrefslogtreecommitdiff
path: root/ffprobe.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-09-28 20:05:18 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-09-29 10:24:28 +0200
commit23564a4a4ad4d04254b07bb1440a3bad39ee8cda (patch)
treed366f2572d25dd16d3b90114b222552cf3bf6eb1 /ffprobe.c
parentbad603c66a7602db65b9398bdf8952898cf4dc8d (diff)
ffprobe: add support to library ident printing
Diffstat (limited to 'ffprobe.c')
-rw-r--r--ffprobe.c1
1 files changed, 1 insertions, 0 deletions
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)