Re: [libav-devel] [PATCH 01/10] lavc: Add codec metadata to indicate hardware support

2017-11-05 Thread Mark Thompson
On 05/11/17 19:36, Diego Biurrun wrote: > This is a general remark rather than a review comment, I just happened to > notice > something in this patch that I have been wondering about for a long time. > > On Sun, Nov 05, 2017 at 12:00:00AM +, Mark Thompson wrote: >> ---

Re: [libav-devel] [PATCH 01/10] lavc: Add codec metadata to indicate hardware support

2017-11-05 Thread Diego Biurrun
This is a general remark rather than a review comment, I just happened to notice something in this patch that I have been wondering about for a long time. On Sun, Nov 05, 2017 at 12:00:00AM +, Mark Thompson wrote: > --- a/libavcodec/avcodec.h > +++ b/libavcodec/avcodec.h > @@ -2735,6 +2736,61

[libav-devel] [PATCH 01/10] lavc: Add codec metadata to indicate hardware support

2017-11-04 Thread Mark Thompson
--- doc/APIchanges | 3 +++ libavcodec/avcodec.h | 74 libavcodec/hwaccel.h | 18 + libavcodec/utils.c | 12 + 4 files changed, 107 insertions(+) diff --git a/doc/APIchanges b/doc/APIchanges index