Re: [FFmpeg-devel] [PATCH 2/4] avcodec/libdcadec: implement logging callback

2015-12-07 Thread Michael Niedermayer
On Mon, Dec 07, 2015 at 06:48:13PM +0300, foo86 wrote: > Don't print a warning when dcadec_context_filter() returns positive > warning code. Most relevant warnings are now output through the callback > function. > --- > libavcodec/libdcadec.c | 31 +-- > 1 file changed,

[FFmpeg-devel] [PATCH 2/4] avcodec/libdcadec: implement logging callback

2015-12-07 Thread foo86
Don't print a warning when dcadec_context_filter() returns positive warning code. Most relevant warnings are now output through the callback function. --- libavcodec/libdcadec.c | 31 +-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/libavcodec/libdcade