Re: [FFmpeg-devel] [PATCH] lavd/avfoundation: use AVCodecParameters

2016-05-05 Thread Thilo Borgmann
Am 05.05.16 um 15:36 schrieb Richard Kern: > >> On May 5, 2016, at 9:35 AM, Derek Buitenhuis >> wrote: >> >> On 5/5/2016 2:08 PM, Rick Kern wrote: >>> Fixes "Could not find codec parameters for stream" error (#5494) >>> >>> Signed-off-by: Rick Kern >>> --- >>> libavdevice/avfoundation.m | 26 ++

Re: [FFmpeg-devel] [PATCH] lavd/avfoundation: use AVCodecParameters

2016-05-05 Thread Richard Kern
> On May 5, 2016, at 9:35 AM, Derek Buitenhuis > wrote: > > On 5/5/2016 2:08 PM, Rick Kern wrote: >> Fixes "Could not find codec parameters for stream" error (#5494) >> >> Signed-off-by: Rick Kern >> --- >> libavdevice/avfoundation.m | 26 +- >> 1 file changed, 13 inser

Re: [FFmpeg-devel] [PATCH] lavd/avfoundation: use AVCodecParameters

2016-05-05 Thread Derek Buitenhuis
On 5/5/2016 2:08 PM, Rick Kern wrote: > Fixes "Could not find codec parameters for stream" error (#5494) > > Signed-off-by: Rick Kern > --- > libavdevice/avfoundation.m | 26 +- > 1 file changed, 13 insertions(+), 13 deletions(-) Patch looks good to me. I assume you have