Re: [libav-devel] [PATCH 1/5] lavc: Add device context field to AVCodecContext

2017-02-02 Thread Mark Thompson
On 02/02/17 07:00, wm4 wrote: > On Wed, 1 Feb 2017 21:32:21 + > Mark Thompson wrote: > >> For use by codec implementations which can allocate frames internally. >> --- >> Now with explicit prohibition on the user reading either field. >> >> >> doc/APIchanges | 3 +++ >> libavcodec/avc

Re: [libav-devel] [PATCH 1/5] lavc: Add device context field to AVCodecContext

2017-02-01 Thread wm4
On Wed, 1 Feb 2017 21:32:21 + Mark Thompson wrote: > For use by codec implementations which can allocate frames internally. > --- > Now with explicit prohibition on the user reading either field. > > > doc/APIchanges | 3 +++ > libavcodec/avcodec.h | 23 ++- > li

[libav-devel] [PATCH 1/5] lavc: Add device context field to AVCodecContext

2017-02-01 Thread Mark Thompson
For use by codec implementations which can allocate frames internally. --- Now with explicit prohibition on the user reading either field. doc/APIchanges | 3 +++ libavcodec/avcodec.h | 23 ++- libavcodec/decode.c | 1 + libavcodec/utils.c | 1 + libavcodec/versio