From 9ffa705edd7725285b7375924db76c0c760574cf Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 17 Sep 2014 04:43:51 +0200 Subject: ffplay: try to fix build failure on apple Signed-off-by: Michael Niedermayer --- ffplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffplay.c') diff --git a/ffplay.c b/ffplay.c index 54f45840f7..9982474af9 100644 --- a/ffplay.c +++ b/ffplay.c @@ -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); -- cgit v1.2.3