Browse Source

visualization: goom: ensure b_progressive=true

With the next change into a picture_pool, we must ensure we don't create
interlaced pictures from here.
pull/141/head
Alexandre Janniaux 4 years ago
committed by Steve Lhomme
parent
commit
4d71ef494d
  1. 1
      modules/visualization/goom.c

1
modules/visualization/goom.c

@ -330,6 +330,7 @@ static void *Thread( void *p_thread_data )
p_thread->fmt.i_width * p_thread->fmt.i_height * 4 );
p_pic->date = date_Get( &i_pts ) + GOOM_DELAY;
p_pic->b_progressive = true;
vout_PutPicture( p_thread->p_vout, p_pic );
}

Loading…
Cancel
Save