[xiph-commits] r17208 - trunk/ffmpeg2theora/src

j at svn.xiph.org j at svn.xiph.org
Thu May 13 14:38:30 PDT 2010


Author: j
Date: 2010-05-13 14:38:30 -0700 (Thu, 13 May 2010)
New Revision: 17208

Modified:
   trunk/ffmpeg2theora/src/ffmpeg2theora.c
Log:
use input if input has no extension, fixed lp:580135

Modified: trunk/ffmpeg2theora/src/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/src/ffmpeg2theora.c	2010-05-13 21:26:29 UTC (rev 17207)
+++ trunk/ffmpeg2theora/src/ffmpeg2theora.c	2010-05-13 21:38:30 UTC (rev 17208)
@@ -2705,7 +2705,7 @@
                         }
                     }
                     else {
-                        snprintf(outputfile_name, sizeof(outputfile_name), "%s%s", outputfile_name, ext);
+                        snprintf(outputfile_name, sizeof(outputfile_name), "%s%s", inputfile_name, ext);
                     }
                 }
 



More information about the commits mailing list