Re: [FFmpeg-devel] [PATCH] vp9: use AVFrame.buf[0] to check if a frame is valid

2015-10-16 Thread Hendrik Leppkes
On Thu, Oct 15, 2015 at 2:52 PM, Ronald S. Bultje wrote: > Hi, > > On Thu, Oct 15, 2015 at 8:02 AM, Hendrik Leppkes > wrote: > >> AVFrame.data[0] is not guaranteed to be set with a HWAccel >> --- >> libavcodec/vp9.c | 46

[FFmpeg-devel] [PATCH] vp9: use AVFrame.buf[0] to check if a frame is valid

2015-10-15 Thread Hendrik Leppkes
AVFrame.data[0] is not guaranteed to be set with a HWAccel --- libavcodec/vp9.c | 46 +++--- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c index 27fb956..3753e89 100644 --- a/libavcodec/vp9.c +++

Re: [FFmpeg-devel] [PATCH] vp9: use AVFrame.buf[0] to check if a frame is valid

2015-10-15 Thread Ronald S. Bultje
Hi, On Thu, Oct 15, 2015 at 8:02 AM, Hendrik Leppkes 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

Re: [FFmpeg-devel] [PATCH] vp9: use AVFrame.buf[0] to check if a frame is valid

2015-10-15 Thread wm4
On Thu, 15 Oct 2015 08:52:33 -0400 "Ronald S. Bultje" wrote: > Hi, > > On Thu, Oct 15, 2015 at 8:02 AM, Hendrik Leppkes > wrote: > > > AVFrame.data[0] is not guaranteed to be set with a HWAccel > > --- > > libavcodec/vp9.c | 46