[xiph-commits] r16684 - trunk/ffmpeg2theora/src
j at svn.xiph.org
j at svn.xiph.org
Sun Nov 1 10:20:41 PST 2009
Author: j
Date: 2009-11-01 10:20:41 -0800 (Sun, 01 Nov 2009)
New Revision: 16684
Modified:
trunk/ffmpeg2theora/src/ffmpeg2theora.c
Log:
only write index if enabled, fixed #1615
Modified: trunk/ffmpeg2theora/src/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/src/ffmpeg2theora.c 2009-10-31 05:40:07 UTC (rev 16683)
+++ trunk/ffmpeg2theora/src/ffmpeg2theora.c 2009-11-01 18:20:41 UTC (rev 16684)
@@ -1593,7 +1593,7 @@
}
/* Write the index out to disk. */
- if (info.passno != 1) {
+ if (info.passno != 1 && info.with_seek_index) {
write_seek_index (&info);
}
More information about the commits
mailing list