ffmpeg | branch: master | Michael Niedermayer <[email protected]> | 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 <[email protected]> > 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, }; _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
