Commit 24db1563 authored by Rafaël Carré's avatar Rafaël Carré

direct: set visible picture dimensions

parent 1e23c3cb
......@@ -137,6 +137,8 @@ static int Open(vlc_object_t *object)
fmt.i_width = width;
fmt.i_height = height;
fmt.i_visible_width = width;
fmt.i_visible_height = height;
/* */
vout_display_info_t info = vd->info;
......
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