[xiph-commits] r9277 - trunk/ffmpeg2theora
j at motherfish-iii.xiph.org
j at motherfish-iii.xiph.org
Fri May 13 04:58:20 PDT 2005
Author: j
Date: 2005-05-13 04:58:18 -0700 (Fri, 13 May 2005)
New Revision: 9277
Modified:
trunk/ffmpeg2theora/ffmpeg2theora.c
Log:
output to stdout not stderr
Modified: trunk/ffmpeg2theora/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.c 2005-05-13 07:22:25 UTC (rev 9276)
+++ trunk/ffmpeg2theora/ffmpeg2theora.c 2005-05-13 11:58:18 UTC (rev 9277)
@@ -649,7 +649,7 @@
}
void print_usage (){
- fprintf (stderr,
+ fprintf (stdout,
PACKAGE " " PACKAGE_VERSION "\n\n"
" usage: " PACKAGE " [options] input\n\n"
More information about the commits
mailing list