Re: [FFmpeg-devel] [PATCH v2] lavc/videotoolboxenc: Workaround encoder error

2016-04-02 Thread wm4
On Fri, 1 Apr 2016 17:44:14 -0400 Richard Kern wrote: > > On Mar 24, 2016, at 1:56 PM, Rick Kern wrote: > > > > CMVideoFormatDescriptionGetH264ParameterSetAtIndex() fails on some > > hardware/OS versions when retrieving the parameter set count alone. > > > > Signed-off-by: Rick Kern > > ---

Re: [FFmpeg-devel] [PATCH v2] lavc/videotoolboxenc: Workaround encoder error

2016-04-01 Thread Richard Kern
> On Mar 24, 2016, at 1:56 PM, Rick Kern wrote: > > CMVideoFormatDescriptionGetH264ParameterSetAtIndex() fails on some > hardware/OS versions when retrieving the parameter set count alone. > > Signed-off-by: Rick Kern > --- > libavcodec/videotoolboxenc.c | 43 -

[FFmpeg-devel] [PATCH v2] lavc/videotoolboxenc: Workaround encoder error

2016-03-24 Thread Rick Kern
CMVideoFormatDescriptionGetH264ParameterSetAtIndex() fails on some hardware/OS versions when retrieving the parameter set count alone. Signed-off-by: Rick Kern --- libavcodec/videotoolboxenc.c | 43 --- 1 file changed, 32 insertions(+), 11 deletions(-) d