[xiph-commits] r17626 - trunk/ffmpeg2theora/src

j at svn.xiph.org j at svn.xiph.org
Sun Nov 14 06:17:21 PST 2010


Author: j
Date: 2010-11-14 06:17:21 -0800 (Sun, 14 Nov 2010)
New Revision: 17626

Modified:
   trunk/ffmpeg2theora/src/ffmpeg2theora.c
Log:
typo

Modified: trunk/ffmpeg2theora/src/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/src/ffmpeg2theora.c	2010-11-14 10:56:44 UTC (rev 17625)
+++ trunk/ffmpeg2theora/src/ffmpeg2theora.c	2010-11-14 14:17:21 UTC (rev 17626)
@@ -2762,7 +2762,7 @@
 
     if (convert->soft_target) {
         if (convert->video_bitrate <= 0) {
-          fprintf(stderr,"Soft rate target (--soft-tagret) requested without a bitrate (-V).\n");
+          fprintf(stderr,"Soft rate target (--soft-target) requested without a bitrate (-V).\n");
           exit(1);
         }
         if (convert->video_quality == -1)



More information about the commits mailing list