Re: [libav-devel] [PATCH 4/5] decode: add a per-frame private data for hwaccel use

2017-07-21 Thread Luca Barbato
On 21/07/2017 15:19, Anton Khirnov wrote: > This will be useful in the CUVID hwaccel. It should also eventually > replace current decoder-specific mechanisms used by various other > hwaccels. > --- > libavcodec/decode.c | 3 +++ > libavcodec/decode.h | 6 ++ > 2 files changed, 9 insertions(+)

[libav-devel] [PATCH 4/5] decode: add a per-frame private data for hwaccel use

2017-07-21 Thread Anton Khirnov
This will be useful in the CUVID hwaccel. It should also eventually replace current decoder-specific mechanisms used by various other hwaccels. --- libavcodec/decode.c | 3 +++ libavcodec/decode.h | 6 ++ 2 files changed, 9 insertions(+) diff --git a/libavcodec/decode.c b/libavcodec/decode.c