Re: [FFmpeg-devel] [PATCH 1/2] vp9: add hwaccel hooks

2015-12-03 Thread Ronald S. Bultje
Hi, On Thu, Dec 3, 2015 at 6:13 AM, Hendrik Leppkes wrote: > On Thu, Dec 3, 2015 at 11:13 AM, Hendrik Leppkes > wrote: > > --- > > libavcodec/vp9.c | 128 > +++ > > libavcodec/vp9.h | 3 ++ > > 2 files changed, 94 insertions(+), 37 deletion

Re: [FFmpeg-devel] [PATCH 1/2] vp9: add hwaccel hooks

2015-12-03 Thread Hendrik Leppkes
On Thu, Dec 3, 2015 at 11:13 AM, Hendrik Leppkes wrote: > --- > libavcodec/vp9.c | 128 > +++ > libavcodec/vp9.h | 3 ++ > 2 files changed, 94 insertions(+), 37 deletions(-) > > diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c > index dc0

[FFmpeg-devel] [PATCH 1/2] vp9: add hwaccel hooks

2015-12-03 Thread Hendrik Leppkes
--- libavcodec/vp9.c | 128 +++ libavcodec/vp9.h | 3 ++ 2 files changed, 94 insertions(+), 37 deletions(-) diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c index dc0..87e80d8 100644 --- a/libavcodec/vp9.c +++ b/libavcodec/vp9.c @@ -168,6