ffmpeg | branch: master | Michael Niedermayer <michae...@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 <michae...@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); _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog