Re: [libav-devel] [PATCH 3/5] decode: add a mechanism for performing delayed processing on the decoded frames

2017-07-21 Thread Luca Barbato
On 21/07/2017 15:19, Anton Khirnov wrote: > This will be useful in the CUVID hwaccel. > --- > libavcodec/decode.c | 11 +++ > libavcodec/decode.h | 15 +++ > 2 files changed, 26 insertions(+) > Ok. ___ libav-devel mailing list liba

[libav-devel] [PATCH 3/5] decode: add a mechanism for performing delayed processing on the decoded frames

2017-07-21 Thread Anton Khirnov
This will be useful in the CUVID hwaccel. --- libavcodec/decode.c | 11 +++ libavcodec/decode.h | 15 +++ 2 files changed, 26 insertions(+) diff --git a/libavcodec/decode.c b/libavcodec/decode.c index 9cd3081..01e4dd2 100644 --- a/libavcodec/decode.c +++ b/libavcodec/decode.c