consumer_avformat.c: bugfix recent regression with setting aspect ratio. Now it takes...
[melted] / src / modules / gtk2 / producer_pixbuf.c
index c02a7ea..4e27d65 100644 (file)
@@ -108,6 +108,7 @@ static void refresh_image( mlt_frame frame, int width, int height )
 
        // Get the original position of this frame
        mlt_position position = mlt_properties_get_position( properties, "pixbuf_position" );
+       position += mlt_producer_get_in( producer );
 
        // Image index
        int image_idx = ( int )floor( ( double )position / ttl ) % this->count;