[FFmpeg-devel] [PATCH] vp9: use AVFrame.buf[0] to check if a frame is valid
Hendrik Leppkes
h.leppkes at gmail.com
Fri Oct 16 14:56:12 CEST 2015
On Thu, Oct 15, 2015 at 2:52 PM, Ronald S. Bultje <rsbultje at gmail.com> wrote:
> Hi,
>
> On Thu, Oct 15, 2015 at 8:02 AM, Hendrik Leppkes <h.leppkes at gmail.com>
> wrote:
>
>> AVFrame.data[0] is not guaranteed to be set with a HWAccel
>> ---
>> libavcodec/vp9.c | 46 +++++++++++++++++++++++-----------------------
>> 1 file changed, 23 insertions(+), 23 deletions(-)
>
>
> Obscure. But OK. Is this documented in the AVFrame API?
>
Pushed.
More information about the ffmpeg-devel
mailing list