[FFmpeg-cvslog] avfilter/vf_zoompan: remove AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC

Michael Niedermayer git at videolan.org
Sun Aug 27 21:52:51 EEST 2017


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Sun Aug 27 20:41:56 2017 +0200| [aa26258faa9704b144dfe5bc5d263a1332d7a9dd] | committer: Michael Niedermayer

avfilter/vf_zoompan: remove AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC

Suggested-by: <durandal_1707>
Fixes: assertion failure

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=aa26258faa9704b144dfe5bc5d263a1332d7a9dd
---

 libavfilter/vf_zoompan.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavfilter/vf_zoompan.c b/libavfilter/vf_zoompan.c
index 0857518217..14d0a1707b 100644
--- a/libavfilter/vf_zoompan.c
+++ b/libavfilter/vf_zoompan.c
@@ -373,5 +373,4 @@ AVFilter ff_vf_zoompan = {
     .activate      = activate,
     .inputs        = inputs,
     .outputs       = outputs,
-    .flags         = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
 };



More information about the ffmpeg-cvslog mailing list