[FFmpeg-devel] [PATCH] avfilter/zoompan: add in_time variable

2020-06-18 Thread exwm
ned-off-by: exwm --- doc/filters.texi | 13 + libavfilter/vf_zoompan.c | 5 + 2 files changed, 18 insertions(+) diff --git a/doc/filters.texi b/doc/filters.texi index 84567dec16..c9bf6d29d9 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -20733,6 +20733,12 @@ Input f

[FFmpeg-devel] [PATCH V2] avfilter/zoompan: add in_time variable

2020-06-18 Thread exwm
ix zoompan filter documentation stating that the time variable would be NAN if the input timestamp is unknown. Signed-off-by: exwm --- doc/filters.texi | 13 + libavfilter/vf_zoompan.c | 5 + 2 files changed, 18 insertions(+) diff --git a/doc/filters.texi b/doc/filters.