[FFmpeg-cvslog] ffplay: try to fix build failure on apple

Michael Niedermayer git at videolan.org
Wed Sep 17 04:52:13 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Sep 17 04:43:51 2014 +0200| [9ffa705edd7725285b7375924db76c0c760574cf] | committer: Michael Niedermayer

ffplay: try to fix build failure on apple

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9ffa705edd7725285b7375924db76c0c760574cf
---

 ffplay.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffplay.c b/ffplay.c
index 54f4584..9982474 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);



More information about the ffmpeg-cvslog mailing list