[xiph-commits] r11770 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Sun Aug 13 09:56:06 PDT 2006


Author: j
Date: 2006-08-13 09:56:03 -0700 (Sun, 13 Aug 2006)
New Revision: 11770

Modified:
   trunk/ffmpeg2theora/ffmpeg2theora.c
Log:
remove more tabs

Modified: trunk/ffmpeg2theora/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.c	2006-08-13 16:53:27 UTC (rev 11769)
+++ trunk/ffmpeg2theora/ffmpeg2theora.c	2006-08-13 16:56:03 UTC (rev 11770)
@@ -789,7 +789,7 @@
         "\n"
         "General output options:\n"
         "  -o, --output           alternative output filename\n"
-	      "  -k, --skeleton         outputs ogg skeleton metadata\n"
+        "  -k, --skeleton         outputs ogg skeleton metadata\n"
         "  -s, --starttime        start encoding at this time (in sec.)\n"
         "  -e, --endtime          end encoding at this time (in sec.)\n"
         "  -p, --v2v-preset       encode file with v2v preset.\n"
@@ -1053,9 +1053,9 @@
                 snprintf(outputfile_name,sizeof(outputfile_name),"%s",optarg);
                 outputfile_set=1;
                 break;
-	    case 'k':
-		info.with_skeleton=1;
-		break;
+            case 'k':
+                info.with_skeleton=1;
+                break;
             case 'P':
                 sprintf(pidfile_name,optarg);
                 break;



More information about the commits mailing list