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

vmem: reorient video

So far, the callbacks have no way to access and use the orientation, so
better fix it.
parent fd8b1414
......@@ -139,7 +139,8 @@ static int Open(vlc_object_t *object)
sys->pool = NULL;
/* Define the video format */
video_format_t fmt = vd->fmt;
video_format_t fmt;
video_format_ApplyRotation(&fmt, &vd->fmt);
if (setup != NULL) {
char chroma[5];
......
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