[FFmpeg-devel] [PATCH] avfilter/f_cue: add cue and acue filters

Nicolas George george at nsup.org
Sat Aug 25 22:55:03 EEST 2018


Marton Balint (2018-08-25):
> +    FFFrameQueue queue;

There is already a frame queue in the link, it would be much better to
use it rather than having a second one. For that, you need to use a
"activate" callback instead of filter_frame, the working is mostly the
same for simple filters like that.

No time to look at the patch in more details now.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180825/2ca064a5/attachment.sig>


More information about the ffmpeg-devel mailing list