summaryrefslogtreecommitdiffstats
path: root/libvo/vo_macosx.h
diff options
context:
space:
mode:
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;