[libbluray-devel] Display 3D HDMV extensions in instruction trace

hpi1 git at videolan.org
Wed Aug 29 13:29:34 CEST 2012


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Mon Aug 20 22:38:11 2012 +0300| [e636101e1b501e952cb643c90fecb7d01a33fd8e] | committer: hpi1

Display 3D HDMV extensions in instruction trace

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

 src/libbluray/hdmv/hdmv_insn.h  |    2 ++
 src/libbluray/hdmv/mobj_print.c |    2 ++
 2 files changed, 4 insertions(+)

diff --git a/src/libbluray/hdmv/hdmv_insn.h b/src/libbluray/hdmv/hdmv_insn.h
index 060aa0f..7fb3249 100644
--- a/src/libbluray/hdmv/hdmv_insn.h
+++ b/src/libbluray/hdmv/hdmv_insn.h
@@ -121,6 +121,8 @@ typedef enum {
     INSN_POPUP_OFF       = 0x07,
     INSN_STILL_ON        = 0x08,
     INSN_STILL_OFF       = 0x09,
+    INSN_SET_OUTPUT_MODE = 0x0a,
+    INSN_SET_STREAM_SS   = 0x0b,
 } hdmv_insn_setsystem;
 
 #endif // _HDMV_INSN_H_
diff --git a/src/libbluray/hdmv/mobj_print.c b/src/libbluray/hdmv/mobj_print.c
index bac090d..63408ad 100644
--- a/src/libbluray/hdmv/mobj_print.c
+++ b/src/libbluray/hdmv/mobj_print.c
@@ -136,6 +136,8 @@ static const char * const insn_opt_setsys[32] = {
     "POPUP_OFF",
     "STILL_ON",
     "STILL_OFF",
+    "SET_OUTPUT_MODE",
+    "SET_STREAM_SS",
 };
 
 static const char * const insn_opt_cmp[16] = {



More information about the libbluray-devel mailing list