Re: [FFmpeg-devel] [PATCH 13/16] lavc: Remove old vaapi decode infrastructure

2017-01-08 Thread Mark Thompson
On 09/01/17 00:33, Michael Niedermayer wrote: > On Sun, Jan 08, 2017 at 06:14:25PM +, Mark Thompson wrote: > [...] > >> diff --git a/libavcodec/vaapi.h b/libavcodec/vaapi.h >> index 7a29f6f881..ab6110ba9c 100644 >> --- a/libavcodec/vaapi.h >> +++ b/libavcodec/vaapi.h >> @@ -34,6 +34,12 @@ >>

Re: [FFmpeg-devel] [PATCH 13/16] lavc: Remove old vaapi decode infrastructure

2017-01-08 Thread Michael Niedermayer
On Sun, Jan 08, 2017 at 06:14:25PM +, Mark Thompson wrote: [...] > diff --git a/libavcodec/vaapi.h b/libavcodec/vaapi.h > index 7a29f6f881..ab6110ba9c 100644 > --- a/libavcodec/vaapi.h > +++ b/libavcodec/vaapi.h > @@ -34,6 +34,12 @@ > #include "libavutil/attributes.h" > #include "version.h"

[FFmpeg-devel] [PATCH 13/16] lavc: Remove old vaapi decode infrastructure

2017-01-08 Thread Mark Thompson
Deprecates struct vaapi_context and the installed header vaapi.h, to be removed at the next version bump. (cherry picked from commit 851960f6f8cf1f946fe42fa36cf6598fac68072c) --- doc/APIchanges| 4 +++ libavcodec/Makefile | 5 ++- libavcodec/vaapi.h| 11 +++ libavc