Commit 853bfdb6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Linux FB: reorient video

parent 43161ef3
......@@ -257,7 +257,8 @@ static int Open(vlc_object_t *object)
vout_display_DeleteWindow(vd, NULL);
/* */
video_format_t fmt = vd->fmt;
video_format_t fmt;
video_format_ApplyRotation(&fmt, &vd->fmt);
if (sys->chroma) {
fmt.i_chroma = sys->chroma;
......
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