[xiph-commits] r15468 - trunk/theora/examples
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Wed Oct 29 02:40:50 PDT 2008
Author: xiphmont
Date: 2008-10-29 02:40:50 -0700 (Wed, 29 Oct 2008)
New Revision: 15468
Modified:
trunk/theora/examples/png2theora.c
Log:
Another minor png2theora fix-- break out of arg matching with 'F' rather
than falling through to usage()
Modified: trunk/theora/examples/png2theora.c
===================================================================
--- trunk/theora/examples/png2theora.c 2008-10-29 08:42:21 UTC (rev 15467)
+++ trunk/theora/examples/png2theora.c 2008-10-29 09:40:50 UTC (rev 15468)
@@ -479,6 +479,7 @@
break;
case 'F':
video_fps_denominator=rint(atof(optarg));
+ break;
default:
usage();
break;
More information about the commits
mailing list