Skip to content

Commit

Permalink
avutil/log: modify AV_LOG_MAX_OFFSET for AV_LOG_TRACE
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Niedermayer <[email protected]>
  • Loading branch information
bbcallen authored and michaelni committed Jun 26, 2015
1 parent 7ca0cd5 commit d38bc63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libavutil/log.h
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,13 @@ typedef struct AVClass {
*/
#define AV_LOG_DEBUG 48

#define AV_LOG_MAX_OFFSET (AV_LOG_DEBUG - AV_LOG_QUIET)

/**
* Extremely verbose debugging, useful for libav* development.
*/
#define AV_LOG_TRACE 56

#define AV_LOG_MAX_OFFSET (AV_LOG_TRACE - AV_LOG_QUIET)

/**
* @}
*/
Expand Down

0 comments on commit d38bc63

Please sign in to comment.