You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
ffplay: try to fix build failure on apple
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
2
ffplay.c
2
ffplay.c
@@ -3241,7 +3241,7 @@ static void toggle_full_screen(VideoState *is)
|
|||||||
/* OS X needs to reallocate the SDL overlays */
|
/* OS X needs to reallocate the SDL overlays */
|
||||||
int i;
|
int i;
|
||||||
for (i = 0; i < VIDEO_PICTURE_QUEUE_SIZE; i++)
|
for (i = 0; i < VIDEO_PICTURE_QUEUE_SIZE; i++)
|
||||||
is->pictq[i].reallocate = 1;
|
is->pictq.queue[i].reallocate = 1;
|
||||||
#endif
|
#endif
|
||||||
is_full_screen = !is_full_screen;
|
is_full_screen = !is_full_screen;
|
||||||
video_open(is, 1, NULL);
|
video_open(is, 1, NULL);
|
||||||
|
Reference in New Issue
Block a user