Re: [libav-devel] [PATCH] hwframe: Support cropping in the default allocator

2017-06-26 Thread wm4
On Sun, 25 Jun 2017 14:50:32 -0400 Vittorio Giovara wrote: > On Sat, Jun 24, 2017 at 12:18 PM, wm4 wrote: > > On Sat, 24 Jun 2017 15:51:20 +0200 > > Luca Barbato wrote: > > > >> From: Anton Khirnov > >> > >> --- > >> > >> Better subject welcome. It is currently folded in wm4 mix fixes set.

Re: [libav-devel] [PATCH] hwframe: Support cropping in the default allocator

2017-06-25 Thread Vittorio Giovara
On Sat, Jun 24, 2017 at 12:18 PM, wm4 wrote: > On Sat, 24 Jun 2017 15:51:20 +0200 > Luca Barbato wrote: > >> From: Anton Khirnov >> >> --- >> >> Better subject welcome. It is currently folded in wm4 mix fixes set. It would be nice to have a short description about why this is correct/needed in

Re: [libav-devel] [PATCH] hwframe: Support cropping in the default allocator

2017-06-24 Thread wm4
On Sat, 24 Jun 2017 15:51:20 +0200 Luca Barbato wrote: > From: Anton Khirnov > > --- > > Better subject welcome. It is currently folded in wm4 mix fixes set. > > libavcodec/decode.c | 8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/decode.c b/libavc

[libav-devel] [PATCH] hwframe: Support cropping in the default allocator

2017-06-24 Thread Luca Barbato
From: Anton Khirnov --- Better subject welcome. It is currently folded in wm4 mix fixes set. libavcodec/decode.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libavcodec/decode.c b/libavcodec/decode.c index ae2c715677..175a6fae4c 100644 --- a/libavcodec/decode.c +