diff options
author | Hanspeter Niederstrasser <niederstrasser@gmail.com> | 2011-12-10 19:56:48 -0500 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-11 03:00:30 +0100 |
commit | bed04e2b0396a83114d37eec9c7e78d0ffccf1dc (patch) | |
tree | c2fb02c116b4f66f113391ef57f7b7bffd849017 /ffplay.c | |
parent | 964912aba56a29acf25c9e216255ea44190f419a (diff) | |
download | ffmpeg-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |