[xiph-commits] r16461 - trunk/ffmpeg2theora/src
j at svn.xiph.org
j at svn.xiph.org
Sat Aug 8 11:53:48 PDT 2009
Author: j
Date: 2009-08-08 11:53:48 -0700 (Sat, 08 Aug 2009)
New Revision: 16461
Modified:
trunk/ffmpeg2theora/src/ffmpeg2theora.c
Log:
output theora version in print_usage
Modified: trunk/ffmpeg2theora/src/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/src/ffmpeg2theora.c 2009-08-08 13:02:05 UTC (rev 16460)
+++ trunk/ffmpeg2theora/src/ffmpeg2theora.c 2009-08-08 18:53:48 UTC (rev 16461)
@@ -1743,7 +1743,8 @@
void print_usage() {
fprintf(stdout,
- PACKAGE " " PACKAGE_VERSION "\n"
+ PACKAGE " " PACKAGE_VERSION " - %s\n", th_version_string());
+ fprintf(stdout,
"\n"
" Usage: " PACKAGE " [options] input\n"
"\n"
More information about the commits
mailing list