Re: [FFmpeg-devel] [PATCH] crystalhd: Use up-to-date bsf API

2016-09-21 Thread Philip Langdale
On Sun, 18 Sep 2016 12:43:25 -0700 Philip Langdale wrote: > Although the old API is supposed to functional, the crystalhd > decoder is currently not working for non-annex.b h.264 content. > > So, let's update to the modern API and make it work again. > > Signed-off-by: Philip Langdale > --- >

[FFmpeg-devel] [PATCH] crystalhd: Use up-to-date bsf API

2016-09-18 Thread Philip Langdale
Although the old API is supposed to functional, the crystalhd decoder is currently not working for non-annex.b h.264 content. So, let's update to the modern API and make it work again. Signed-off-by: Philip Langdale --- libavcodec/crystalhd.c | 87 +--