[xiph-commits] r8975 - trunk/ffmpeg2theora
j at motherfish-iii.xiph.org
j at motherfish-iii.xiph.org
Wed Feb 23 16:17:47 PST 2005
Author: j
Date: 2005-02-23 16:17:45 -0800 (Wed, 23 Feb 2005)
New Revision: 8975
Modified:
trunk/ffmpeg2theora/ffmpeg2theora.c
Log:
fix typo, thanks Keenan Pepper
Modified: trunk/ffmpeg2theora/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.c 2005-02-23 01:41:10 UTC (rev 8974)
+++ trunk/ffmpeg2theora/ffmpeg2theora.c 2005-02-24 00:17:45 UTC (rev 8975)
@@ -831,7 +831,7 @@
}
if (inputfps_flag){
convert->force_input_fps=atof(optarg);
- aspect_flag=0;
+ inputfps_flag=0;
}
/* metadata */
if (metadata_flag){
More information about the commits
mailing list