summaryrefslogtreecommitdiffstats
path: root/libvo/vo_macosx.h
diff options
context:
space:
mode:
authorulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-30 04:20:38 +0000
committerulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-30 04:20:38 +0000
commite03a3223fc730f9b836b90fb6c8e2f0142b753e5 (patch)
tree720b9007ecb2823de613586bcafa9d4f626a1040 /libvo/vo_macosx.h
parentc772daeb0475808ee5c56fd3a789650425d92452 (diff)
downloadmpv-e03a3223fc730f9b836b90fb6c8e2f0142b753e5.tar.bz2
mpv-e03a3223fc730f9b836b90fb6c8e2f0142b753e5.tar.xz
Support double buffering, fix osd flicker.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25208 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_macosx.h')
-rw-r--r--libvo/vo_macosx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_macosx.h b/libvo/vo_macosx.h
index a4c7c8266b..422a91a462 100644
--- a/libvo/vo_macosx.h
+++ b/libvo/vo_macosx.h
@@ -32,7 +32,7 @@
NSEvent *event;
//CoreVideo
- CVPixelBufferRef currentFrameBuffer;
+ CVPixelBufferRef frameBuffers[2];
CVOpenGLTextureCacheRef textureCache;
CVOpenGLTextureRef texture;
NSRect textureFrame;