Paul B Mahol (12020-09-13): > It is bug in this filter. > > Filter should avoid integer overflows. > Also expecting only monotonous timestamps from input is not valid.
Requiring monotonous and continuous timestamps on filters input is not only valid but widely accepted and almost mandatory. No operation is possible on several streams without valid timestamps. The bug is in the filters that do not produce valid timestamps; we could mitigate it in the framework. Individual filters are not the place to implement this. -- Nicolas George
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".