Re: [FFmpeg-devel] [PATCH v2 7/8] lavf: use new decode API

2016-04-01 Thread Michael Niedermayer
On Fri, Apr 01, 2016 at 06:51:39PM +0200, wm4 wrote: > On Fri, 1 Apr 2016 18:18:17 +0200 > Michael Niedermayer wrote: > > > On Wed, Mar 23, 2016 at 02:02:14PM +0100, wm4 wrote: > > > --- > > > libavformat/utils.c | 29 - > > > 1 file changed, 12 insertions(+), 17 dele

Re: [FFmpeg-devel] [PATCH v2 7/8] lavf: use new decode API

2016-04-01 Thread wm4
On Fri, 1 Apr 2016 18:18:17 +0200 Michael Niedermayer wrote: > On Wed, Mar 23, 2016 at 02:02:14PM +0100, wm4 wrote: > > --- > > libavformat/utils.c | 29 - > > 1 file changed, 12 insertions(+), 17 deletions(-) > > btw, ill test 7 & 8 when 1-6 are working/updated. O

Re: [FFmpeg-devel] [PATCH v2 7/8] lavf: use new decode API

2016-04-01 Thread Michael Niedermayer
On Wed, Mar 23, 2016 at 02:02:14PM +0100, wm4 wrote: > --- > libavformat/utils.c | 29 - > 1 file changed, 12 insertions(+), 17 deletions(-) btw, ill test 7 & 8 when 1-6 are working/updated. Or should i try to test these already ? [...] -- Michael GnuPG fingerpri

[FFmpeg-devel] [PATCH v2 7/8] lavf: use new decode API

2016-03-23 Thread wm4
--- libavformat/utils.c | 29 - 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/libavformat/utils.c b/libavformat/utils.c index 67d4d1b..c7b7969 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -2814,27 +2814,22 @@ static int try_decode_fram