[xiph-commits] r12111 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Tue Nov 14 08:40:05 PST 2006


Author: j
Date: 2006-11-14 08:39:58 -0800 (Tue, 14 Nov 2006)
New Revision: 12111

Modified:
   trunk/ffmpeg2theora/ffmpeg2theora.c
Log:
ups that should default to 1

Modified: trunk/ffmpeg2theora/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.c	2006-11-14 14:43:23 UTC (rev 12110)
+++ trunk/ffmpeg2theora/ffmpeg2theora.c	2006-11-14 16:39:58 UTC (rev 12111)
@@ -864,6 +864,7 @@
             framerate.den = 1;
     } else {
         framerate.num = strtol(arg, (char **)&arg,10);
+        framerate.den = 1;
     }
     return(framerate);
 }



More information about the commits mailing list