]> git.sesse.net Git - mlt/commitdiff
Fix minor regression on previous commit to sdl_preview.
authorDan Dennedy <dan@dennedy.org>
Mon, 1 Mar 2010 03:28:18 +0000 (19:28 -0800)
committerDan Dennedy <dan@dennedy.org>
Mon, 1 Mar 2010 03:28:18 +0000 (19:28 -0800)
src/modules/sdl/consumer_sdl_preview.c

index a046bb92abfa926f46f9d98a1c6c6da0c975f8ce..8fd59bd2e7883af945ad2985a22226c4e1bd5c3c 100644 (file)
@@ -373,7 +373,7 @@ static void *consumer_thread( void *arg )
                                        // Start the still consumer
                                        this->last_speed = speed;
                                        this->active = this->still;
-                                       this->ignore_change = 25;
+                                       this->ignore_change = 0;
                                        mlt_consumer_start( this->still );
                                }
                                // Use the still consumer