Revision: 2151
          http://synfig.svn.sourceforge.net/synfig/?rev=2151&view=rev
Author:   pabs3
Date:     2008-11-05 09:37:54 +0000 (Wed, 05 Nov 2008)

Log Message:
-----------
In the ffmpeg importer, if we successfully got a frame, do not say that we 
didn't get the frame.

Modified Paths:
--------------
    synfig-core/trunk/src/modules/mod_ffmpeg/mptr_ffmpeg.cpp

Modified: synfig-core/trunk/src/modules/mod_ffmpeg/mptr_ffmpeg.cpp
===================================================================
--- synfig-core/trunk/src/modules/mod_ffmpeg/mptr_ffmpeg.cpp    2008-11-05 
09:37:19 UTC (rev 2150)
+++ synfig-core/trunk/src/modules/mod_ffmpeg/mptr_ffmpeg.cpp    2008-11-05 
09:37:54 UTC (rev 2151)
@@ -260,5 +260,5 @@
        }
 
        surface=frame;
-       return false;
+       return true;
 }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to