libbluray | branch: master | hpi1 <[email protected]> | Tue Mar 29 13:43:29 2011 +0300| [ac1f87fb8cea72ab89533e78f09db1c350fb1dd6] | committer: hpi1
Added debug masks for graphics controller and decoders > http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=ac1f87fb8cea72ab89533e78f09db1c350fb1dd6 --- src/util/log_control.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/util/log_control.h b/src/util/log_control.h index 6eeebe9..ffd03ee 100644 --- a/src/util/log_control.h +++ b/src/util/log_control.h @@ -40,6 +40,8 @@ enum debug_mask_enum { DBG_HDMV = 4096, DBG_BDJ = 8192, DBG_STREAM = 16384, + DBG_GC = 32768, // graphics controller + DBG_DECODE = 65536, // PG / IG decoders, m2ts demuxer }; typedef enum debug_mask_enum debug_mask_t; _______________________________________________ libbluray-devel mailing list [email protected] http://mailman.videolan.org/listinfo/libbluray-devel
