Re: [FFmpeg-devel] [PATCH 1/4] lavc/internal: add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM

2015-11-15 Thread Matthieu Bouron
On Sun, Nov 08, 2015 at 08:21:14PM +0100, Michael Niedermayer wrote: > On Sun, Nov 08, 2015 at 06:17:49PM +0100, Matthieu Bouron wrote: > > On Tue, Nov 3, 2015 at 9:02 PM, Michael Niedermayer > > wrote: > > > > > On Mon, Nov 02, 2015 at 11:45:05AM +0100, Matthieu Bouron

Re: [FFmpeg-devel] [PATCH 1/4] lavc/internal: add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM

2015-11-08 Thread Matthieu Bouron
On Tue, Nov 3, 2015 at 9:02 PM, Michael Niedermayer wrote: > On Mon, Nov 02, 2015 at 11:45:05AM +0100, Matthieu Bouron wrote: > > From: Matthieu Bouron > > > > Codec supporting FF_CODEC_SKIP_FRAME_FILL must still extract and fill > > their

Re: [FFmpeg-devel] [PATCH 1/4] lavc/internal: add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM

2015-11-08 Thread Michael Niedermayer
On Sun, Nov 08, 2015 at 06:17:49PM +0100, Matthieu Bouron wrote: > On Tue, Nov 3, 2015 at 9:02 PM, Michael Niedermayer > wrote: > > > On Mon, Nov 02, 2015 at 11:45:05AM +0100, Matthieu Bouron wrote: > > > From: Matthieu Bouron > > > > > >

Re: [FFmpeg-devel] [PATCH 1/4] lavc/internal: add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM

2015-11-03 Thread Michael Niedermayer
On Mon, Nov 02, 2015 at 11:45:05AM +0100, Matthieu Bouron wrote: > From: Matthieu Bouron > > Codec supporting FF_CODEC_SKIP_FRAME_FILL must still extract and fill > their parameters into AVCodecContext while honoring the skip_frame > flag. > --- >

[FFmpeg-devel] [PATCH 1/4] lavc/internal: add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM

2015-11-02 Thread Matthieu Bouron
From: Matthieu Bouron Codec supporting FF_CODEC_SKIP_FRAME_FILL must still extract and fill their parameters into AVCodecContext while honoring the skip_frame flag. --- libavcodec/internal.h | 5 + 1 file changed, 5 insertions(+) diff --git