Re: [FFmpeg-devel] [PATCH v2 2/3] vaapi: streamline public context structure.

2015-08-19 Thread Gwenole Beauchesne
Hi, 2015-08-19 16:12 GMT+02:00 Michael Niedermayer : > On Wed, Aug 19, 2015 at 11:03:05AM +0200, Gwenole Beauchesne wrote: >> Move libavcodec managed objects from the public struct vaapi_context >> to a new privately owned FFVAContext. This is done so that to clean up >> and streamline the public

Re: [FFmpeg-devel] [PATCH v2 2/3] vaapi: streamline public context structure.

2015-08-19 Thread Michael Niedermayer
On Wed, Aug 19, 2015 at 11:03:05AM +0200, Gwenole Beauchesne wrote: > Move libavcodec managed objects from the public struct vaapi_context > to a new privately owned FFVAContext. This is done so that to clean up > and streamline the public structure, but also to prepare for new codec > support, thu

Re: [FFmpeg-devel] [PATCH v2 2/3] vaapi: streamline public context structure.

2015-08-19 Thread Michael Niedermayer
On Wed, Aug 19, 2015 at 11:03:05AM +0200, Gwenole Beauchesne wrote: > Move libavcodec managed objects from the public struct vaapi_context > to a new privately owned FFVAContext. This is done so that to clean up > and streamline the public structure, but also to prepare for new codec > support, thu

[FFmpeg-devel] [PATCH v2 2/3] vaapi: streamline public context structure.

2015-08-19 Thread Gwenole Beauchesne
Move libavcodec managed objects from the public struct vaapi_context to a new privately owned FFVAContext. This is done so that to clean up and streamline the public structure, but also to prepare for new codec support, thus requiring new internal data to be added in there. The AVCodecContext.hwac