Re: [libav-devel] [PATCH] png: Report more details regarding unsupported pixel formats

2017-07-16 Thread wm4
On Sun, 16 Jul 2017 14:27:50 +0200 Luca Barbato wrote: > On 7/16/17 2:12 PM, wm4 wrote: > > On Sun, 16 Jul 2017 13:46:19 +0200 > > Luca Barbato wrote: > > > >> --- > >> libavcodec/pngdec.c | 2 ++ > >> 1 file changed, 2 insertions(+) > >> > >> diff --git a/libavcodec/pngdec.c b/libavcodec/pn

Re: [libav-devel] [PATCH] png: Report more details regarding unsupported pixel formats

2017-07-16 Thread Luca Barbato
On 7/16/17 2:12 PM, wm4 wrote: > On Sun, 16 Jul 2017 13:46:19 +0200 > Luca Barbato wrote: > >> --- >> libavcodec/pngdec.c | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/libavcodec/pngdec.c b/libavcodec/pngdec.c >> index 927248f2e3..6be463344a 100644 >> --- a/libavcodec/pngdec.c >>

Re: [libav-devel] [PATCH] png: Report more details regarding unsupported pixel formats

2017-07-16 Thread wm4
On Sun, 16 Jul 2017 13:46:19 +0200 Luca Barbato wrote: > --- > libavcodec/pngdec.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/libavcodec/pngdec.c b/libavcodec/pngdec.c > index 927248f2e3..6be463344a 100644 > --- a/libavcodec/pngdec.c > +++ b/libavcodec/pngdec.c > @@ -521,6 +521,

[libav-devel] [PATCH] png: Report more details regarding unsupported pixel formats

2017-07-16 Thread Luca Barbato
--- libavcodec/pngdec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/pngdec.c b/libavcodec/pngdec.c index 927248f2e3..6be463344a 100644 --- a/libavcodec/pngdec.c +++ b/libavcodec/pngdec.c @@ -521,6 +521,8 @@ static int decode_frame(AVCodecContext *avctx,