Commit da305a57 authored by Christophe Massiot's avatar Christophe Massiot

* modules/codec/fake.c: Fixed compilation.

parent a78a6637
......@@ -228,11 +228,11 @@ static int OpenDecoder( vlc_object_t *p_this )
if ( i_aspect )
{
fmt_out.video.i_aspect = i_aspect;
fmt_out.i_aspect = i_aspect;
}
else
{
fmt_out.video.i_aspect = fmt_out.i_width
fmt_out.i_aspect = fmt_out.i_width
* VOUT_ASPECT_FACTOR / fmt_out.i_height;
}
......
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