Commit 1c2f6a49 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

DirectFB: reorient video

parent 853bfdb6
......@@ -112,7 +112,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);
switch (sys->pixel_format) {
case DSPF_RGB332:
......
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