Re: [FFmpeg-devel] [PATCH] avutil/log: modify AV_LOG_MAX_OFFSET for AV_LOG_TRACE

2015-06-26 Thread Michael Niedermayer
On Fri, Jun 26, 2015 at 04:17:22PM +0800, Zhang Rui wrote: > --- > libavutil/log.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB You can kill me, but you cannot change the truth. si

[FFmpeg-devel] [PATCH] avutil/log: modify AV_LOG_MAX_OFFSET for AV_LOG_TRACE

2015-06-26 Thread Zhang Rui
--- 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_DEBUG48 -#define AV_LOG_