Re: [FFmpeg-devel] [PATCH] videotoolbox: add frame_params support

2017-11-12 Thread James Almer
On 11/12/2017 3:25 PM, Aman Gupta wrote: > On Sat, Nov 11, 2017 at 9:02 PM, James Almer wrote: > >> From: wm4 >> >> Allows decoding with API users which require this API. >> --- >> libavcodec/videotoolbox.c | 19 +++ >> 1 file changed, 19 insertions(+) >> >> diff --git a/libavco

Re: [FFmpeg-devel] [PATCH] videotoolbox: add frame_params support

2017-11-12 Thread Aman Gupta
On Sat, Nov 11, 2017 at 9:02 PM, James Almer wrote: > From: wm4 > > Allows decoding with API users which require this API. > --- > libavcodec/videotoolbox.c | 19 +++ > 1 file changed, 19 insertions(+) > > diff --git a/libavcodec/videotoolbox.c b/libavcodec/videotoolbox.c > inde

[FFmpeg-devel] [PATCH] videotoolbox: add frame_params support

2017-11-11 Thread James Almer
From: wm4 Allows decoding with API users which require this API. --- libavcodec/videotoolbox.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/libavcodec/videotoolbox.c b/libavcodec/videotoolbox.c index ecb2502c1f..f0790e7353 100644 --- a/libavcodec/videotoolbox.c +++ b/