[xiph-commits] r12113 - tags/ffmpeg2theora/ffmpeg2theora-0.17
j at svn.xiph.org
j at svn.xiph.org
Tue Nov 14 22:49:05 PST 2006
Author: j
Date: 2006-11-14 22:49:02 -0800 (Tue, 14 Nov 2006)
New Revision: 12113
Modified:
tags/ffmpeg2theora/ffmpeg2theora-0.17/ffmpeg2theora.c
Log:
fix 0.17 tag
Modified: tags/ffmpeg2theora/ffmpeg2theora-0.17/ffmpeg2theora.c
===================================================================
--- tags/ffmpeg2theora/ffmpeg2theora-0.17/ffmpeg2theora.c 2006-11-15 02:26:17 UTC (rev 12112)
+++ tags/ffmpeg2theora/ffmpeg2theora-0.17/ffmpeg2theora.c 2006-11-15 06:49:02 UTC (rev 12113)
@@ -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