Commit 75a1b08a authored by Sam Hocevar's avatar Sam Hocevar

* modules/video_filter/transform.c: minor coding improvement.

parent 1dcfa0fb
......@@ -210,13 +210,9 @@ static int Init( vout_thread_t *p_vout )
fmt.i_sar_num = p_vout->fmt_out.i_sar_den;
fmt.i_sar_den = p_vout->fmt_out.i_sar_num;
p_vout->p_sys->p_vout = vout_Create( p_vout, &fmt );
}
else
{
p_vout->p_sys->p_vout = vout_Create( p_vout, &fmt );
}
/* Everything failed */
if( p_vout->p_sys->p_vout == NULL )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment