Commit 9ffa705e authored by Michael Niedermayer's avatar Michael Niedermayer

ffplay: try to fix build failure on apple

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 22a20dbb
......@@ -3241,7 +3241,7 @@ static void toggle_full_screen(VideoState *is)
/* OS X needs to reallocate the SDL overlays */
int i;
for (i = 0; i < VIDEO_PICTURE_QUEUE_SIZE; i++)
is->pictq[i].reallocate = 1;
is->pictq.queue[i].reallocate = 1;
#endif
is_full_screen = !is_full_screen;
video_open(is, 1, NULL);
......
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