[FFmpeg-devel] [PATCH] avfilter/f_cue: add cue and acue filters
Paul B Mahol
onemda at gmail.com
Sun Sep 9 22:56:47 EEST 2018
On 9/9/18, Marton Balint <cus at passwd.hu> wrote:
>
>>>>> 2018.08.25. 20:35 keltezessel, Marton Balint irta:
>>>>>> To delay filtering until a given wallclock timestamp.
>>>>>>
>>>>>> Signed-off-by: Marton Balint <cus at passwd.hu>
>>>>>> ---
>>>>>> doc/filters.texi | 36 ++++++++++
>>>>>> libavfilter/Makefile | 2 +
>>>>>> libavfilter/allfilters.c | 2 +
>>>>>> libavfilter/f_cue.c | 182
>>>>>> +++++++++++++++++++++++++++++++++++++++++++++++
>>>>>> libavfilter/version.h | 2 +-
>>>>>> 5 files changed, 223 insertions(+), 1 deletion(-)
>>>>>> create mode 100644 libavfilter/f_cue.c
>>>>>>
>
> And finally applied. If Nicolas or anybody can provide some pointers on
> how to get rid of the extra frame queue, then I will be more than happy
> to work on it.
Perhaps you need #define FF_INTERNAL_FIELDS 1 ?
More information about the ffmpeg-devel
mailing list