Re: [FFmpeg-devel] [PATCH 4/4] vaapi: add interfaces to properly initialize context.

2015-08-18 Thread wm4
On Tue, 18 Aug 2015 10:33:20 +0200 Gwenole Beauchesne wrote: > Hi, > > 2015-08-17 22:26 GMT+02:00 wm4 : > > On Mon, 17 Aug 2015 19:17:53 +0200 > > Gwenole Beauchesne wrote: > > > >> Add av_vaapi_context_init() and av_vaapi_context_alloc() helper functions > >> so that to properly initialize the

Re: [FFmpeg-devel] [PATCH 4/4] vaapi: add interfaces to properly initialize context.

2015-08-18 Thread Hendrik Leppkes
On Tue, Aug 18, 2015 at 10:33 AM, Gwenole Beauchesne wrote: > Hi, > > 2015-08-17 22:26 GMT+02:00 wm4 : >> On Mon, 17 Aug 2015 19:17:53 +0200 >> Gwenole Beauchesne wrote: >> >>> Add av_vaapi_context_init() and av_vaapi_context_alloc() helper functions >>> so that to properly initialize the vaapi_c

Re: [FFmpeg-devel] [PATCH 4/4] vaapi: add interfaces to properly initialize context.

2015-08-18 Thread Gwenole Beauchesne
Hi, 2015-08-17 22:26 GMT+02:00 wm4 : > On Mon, 17 Aug 2015 19:17:53 +0200 > Gwenole Beauchesne wrote: > >> Add av_vaapi_context_init() and av_vaapi_context_alloc() helper functions >> so that to properly initialize the vaapi_context structure, and allow for >> future extensions without breaking t

Re: [FFmpeg-devel] [PATCH 4/4] vaapi: add interfaces to properly initialize context.

2015-08-17 Thread wm4
On Mon, 17 Aug 2015 19:17:53 +0200 Gwenole Beauchesne wrote: > Add av_vaapi_context_init() and av_vaapi_context_alloc() helper functions > so that to properly initialize the vaapi_context structure, and allow for > future extensions without breaking the API/ABI. > > The new version and flags fie

Re: [FFmpeg-devel] [PATCH 4/4] vaapi: add interfaces to properly initialize context.

2015-08-17 Thread Gwenole Beauchesne
Hi, 2015-08-17 19:17 GMT+02:00 Gwenole Beauchesne : > Add av_vaapi_context_init() and av_vaapi_context_alloc() helper functions > so that to properly initialize the vaapi_context structure, and allow for > future extensions without breaking the API/ABI. > > The new version and flags fields are ins

[FFmpeg-devel] [PATCH 4/4] vaapi: add interfaces to properly initialize context.

2015-08-17 Thread Gwenole Beauchesne
Add av_vaapi_context_init() and av_vaapi_context_alloc() helper functions so that to properly initialize the vaapi_context structure, and allow for future extensions without breaking the API/ABI. The new version and flags fields are inserted after the last known user initialized field, and actuall