[libbluray-devel] BD_ARGB_BUFFER: reserve space for stereoscopic overlay planes

hpi1 git at videolan.org
Tue Feb 21 22:16:48 CET 2017


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Tue Feb 21 23:05:56 2017 +0200| [57fc6c6e558fd8f96bd3da924c45881b66d4cea2] | committer: hpi1

BD_ARGB_BUFFER: reserve space for stereoscopic overlay planes

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=57fc6c6e558fd8f96bd3da924c45881b66d4cea2
---

 src/libbluray/decoders/overlay.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libbluray/decoders/overlay.h b/src/libbluray/decoders/overlay.h
index 4208bc5..0c8c62b 100644
--- a/src/libbluray/decoders/overlay.h
+++ b/src/libbluray/decoders/overlay.h
@@ -178,7 +178,7 @@ typedef struct bd_argb_buffer_s {
      * - buffer can be replaced in overlay callback or lock().
      */
 
-    uint32_t *buf[2]; /* [0] - PG plane, [1] - IG plane */
+    uint32_t *buf[4]; /* [0] - PG plane, [1] - IG plane. [2], [3] reserved for stereoscopic overlay. */
 
     /* size of buffers
      * - Set by application



More information about the libbluray-devel mailing list