Re: [FFmpeg-devel] [PATCH 2/2] avcodec: mark AV_CODEC_CAP_SUBFRAMES as deprecated

2018-01-04 Thread wm4
On Sun, 31 Dec 2017 13:23:44 + Rostislav Pehlivanov wrote: > On 31 December 2017 at 13:13, wm4 wrote: > > > On Sun, 31 Dec 2017 13:07:28 + > > Rostislav Pehlivanov wrote: > > > > > The new decoding API supports 1 avpkt -> multiple avframes natively. > > > > > > Signed-off-by: Rostisl

Re: [FFmpeg-devel] [PATCH 2/2] avcodec: mark AV_CODEC_CAP_SUBFRAMES as deprecated

2017-12-31 Thread Rostislav Pehlivanov
On 31 December 2017 at 13:13, wm4 wrote: > On Sun, 31 Dec 2017 13:07:28 + > Rostislav Pehlivanov wrote: > > > The new decoding API supports 1 avpkt -> multiple avframes natively. > > > > Signed-off-by: Rostislav Pehlivanov > > --- > > libavcodec/avcodec.h | 3 +++ > > 1 file changed, 3 ins

Re: [FFmpeg-devel] [PATCH 2/2] avcodec: mark AV_CODEC_CAP_SUBFRAMES as deprecated

2017-12-31 Thread wm4
On Sun, 31 Dec 2017 13:07:28 + Rostislav Pehlivanov wrote: > The new decoding API supports 1 avpkt -> multiple avframes natively. > > Signed-off-by: Rostislav Pehlivanov > --- > libavcodec/avcodec.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/libavcodec/avcodec.h b/libavco