summaryrefslogtreecommitdiffstats
path: root/ffplay.c
diff options
context:
space:
mode:
authorHanspeter Niederstrasser <niederstrasser@gmail.com>2011-12-10 19:56:48 -0500
committerMichael Niedermayer <michaelni@gmx.at>2011-12-11 03:00:30 +0100
commitbed04e2b0396a83114d37eec9c7e78d0ffccf1dc (patch)
treec2fb02c116b4f66f113391ef57f7b7bffd849017 /ffplay.c
parent964912aba56a29acf25c9e216255ea44190f419a (diff)
downloadffmpeg-streaming-bed04e2b0396a83114d37eec9c7e78d0ffccf1dc.zip
ffmpeg-streaming-bed04e2b0396a83114d37eec9c7e78d0ffccf1dc.tar.gz
Correct use of OSX to Mac OS X and properly format yasm providers on Mac OS X
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffplay.c b/ffplay.c
index 976ac06..7ebe6f3 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -2778,7 +2778,7 @@ static void toggle_full_screen(VideoState *is)
{
is_full_screen = !is_full_screen;
#if defined(__APPLE__) && SDL_VERSION_ATLEAST(1, 2, 14)
- /* OSX needs to reallocate the SDL overlays */
+ /* OS X needs to reallocate the SDL overlays */
for (int i = 0; i < VIDEO_PICTURE_QUEUE_SIZE; i++) {
is->pictq[i].reallocate = 1;
}
OpenPOWER on IntegriCloud