ffmpeg | branch: master | Zhang Rui <bbcal...@gmail.com> | Fri Jun 26 16:17:22 2015 +0800| [d38bc6361df6ace999927e1b2ae2fc4d8cb0034c] | committer: Michael Niedermayer
avutil/log: modify AV_LOG_MAX_OFFSET for AV_LOG_TRACE Signed-off-by: Michael Niedermayer <michae...@gmx.at> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d38bc6361df6ace999927e1b2ae2fc4d8cb0034c --- libavutil/log.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavutil/log.h b/libavutil/log.h index db7eb3f..321748c 100644 --- a/libavutil/log.h +++ b/libavutil/log.h @@ -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) + /** * @} */ _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog