[FFmpeg-devel] [PATCH 1/6] lavc: Add device context field to AVCodecContext

Timo Rothenpieler timo at rothenpieler.org
Wed Feb 1 16:03:36 EET 2017


Am 17.01.2017 um 23:28 schrieb Mark Thompson:
> For use by codec implementations which require a device to operation
> but will allocate frames internally.
> ---
> The following patches make use of it for qsv.  Is this definition appropriate to solve the issues with cuvid device setup as well?
> 
> 
>  doc/APIchanges       |  3 +++
>  libavcodec/avcodec.h | 38 ++++++++++++++++++++++++++++++++++++--
>  libavcodec/utils.c   |  1 +
>  libavcodec/version.h |  2 +-
>  4 files changed, 41 insertions(+), 3 deletions(-)

ping about this.
I'd really like to use it for cuvid and get rid of some hackery.


More information about the ffmpeg-devel mailing list