Re: [FFmpeg-devel] [PATCH] avcodec/mpeg12dec: Add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM

2016-12-09 Thread Michael Niedermayer
On Sat, Dec 10, 2016 at 12:11:35AM +0100, Andreas Cadhalpun wrote: > On 09.12.2016 02:50, Michael Niedermayer wrote: > > On Fri, Dec 09, 2016 at 01:02:08AM +0100, Andreas Cadhalpun wrote: > >> On 08.12.2016 22:53, Michael Niedermayer wrote: > >>> This decreases the amount of computations and

Re: [FFmpeg-devel] [PATCH] avcodec/mpeg12dec: Add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM

2016-12-09 Thread Andreas Cadhalpun
On 09.12.2016 02:50, Michael Niedermayer wrote: > On Fri, Dec 09, 2016 at 01:02:08AM +0100, Andreas Cadhalpun wrote: >> On 08.12.2016 22:53, Michael Niedermayer wrote: >>> This decreases the amount of computations and memory needed for analysing >>> mpeg1/2 streams >>> >>> Signed-off-by: Michael

Re: [FFmpeg-devel] [PATCH] avcodec/mpeg12dec: Add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM

2016-12-08 Thread Michael Niedermayer
On Fri, Dec 09, 2016 at 01:02:08AM +0100, Andreas Cadhalpun wrote: > On 08.12.2016 22:53, Michael Niedermayer wrote: > > This decreases the amount of computations and memory needed for analysing > > mpeg1/2 streams > > > > Signed-off-by: Michael Niedermayer > > --- > >

Re: [FFmpeg-devel] [PATCH] avcodec/mpeg12dec: Add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM

2016-12-08 Thread Andreas Cadhalpun
On 08.12.2016 22:53, Michael Niedermayer wrote: > This decreases the amount of computations and memory needed for analysing > mpeg1/2 streams > > Signed-off-by: Michael Niedermayer > --- > libavcodec/mpeg12dec.c | 6 +- > 1 file changed, 5 insertions(+), 1

[FFmpeg-devel] [PATCH] avcodec/mpeg12dec: Add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM

2016-12-08 Thread Michael Niedermayer
This decreases the amount of computations and memory needed for analysing mpeg1/2 streams Signed-off-by: Michael Niedermayer --- libavcodec/mpeg12dec.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libavcodec/mpeg12dec.c