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

j at svn.xiph.org j at svn.xiph.org
Wed Feb 16 12:39:25 PST 2011


Author: j
Date: 2011-02-16 12:39:25 -0800 (Wed, 16 Feb 2011)
New Revision: 17850

Modified:
   trunk/ffmpeg2theora/src/theorautils.c
Log:
only print warning if skeleton is enabled

Modified: trunk/ffmpeg2theora/src/theorautils.c
===================================================================
--- trunk/ffmpeg2theora/src/theorautils.c	2011-02-16 20:30:36 UTC (rev 17849)
+++ trunk/ffmpeg2theora/src/theorautils.c	2011-02-16 20:39:25 UTC (rev 17850)
@@ -883,7 +883,8 @@
     }
     /* kate init done */
 
-    if (!info->skeleton_3 &&
+    if (info->with_skeleton &&
+        !info->skeleton_3 &&
         info->duration == -1)
     {
         /* We've not got a duration, we can't index the keyframes. */



More information about the commits mailing list