Skip to content

Commit

Permalink
enable macro for detail trace
Browse files Browse the repository at this point in the history
  • Loading branch information
shihuade committed May 23, 2017
1 parent 7ada9dc commit 032b8d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ldecod/inc/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
#undef TRACE
#endif
#if defined _DEBUG
# define TRACE 0 //!< 0:Trace off 1:Trace on 2:detailed CABAC context information
# define TRACE 1 //!< 0:Trace off 1:Trace on 2:detailed CABAC context information
#else
# define TRACE 0 //!< 0:Trace off 1:Trace on 2:detailed CABAC context information
# define TRACE 1 //!< 0:Trace off 1:Trace on 2:detailed CABAC context information
#endif

#define JM "19 (FRExt)"
Expand Down
4 changes: 2 additions & 2 deletions lencod/inc/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
#define _DEFINES_H_

#if defined _DEBUG
# define TRACE 0 //!< 0:Trace off 1:Trace on 2:detailed CABAC context information
# define TRACE 1 //!< 0:Trace off 1:Trace on 2:detailed CABAC context information
#else
# define TRACE 0 //!< 0:Trace off 1:Trace on 2:detailed CABAC context information
# define TRACE 1 //!< 0:Trace off 1:Trace on 2:detailed CABAC context information
#endif

#define JM "19 (FRExt)"
Expand Down

0 comments on commit 032b8d7

Please sign in to comment.