[FFmpeg-cvslog] lavfi/afade: add timeline support
Paul B Mahol
git at videolan.org
Sat May 25 15:30:40 CEST 2013
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat May 25 13:08:13 2013 +0000| [8caf2da320527107b12a54c0cda5f8b5cf0117cd] | committer: Paul B Mahol
lavfi/afade: add timeline support
For correct precision one may need to use asetnsamples.
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8caf2da320527107b12a54c0cda5f8b5cf0117cd
---
libavfilter/af_afade.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavfilter/af_afade.c b/libavfilter/af_afade.c
index a6805b5..baced60 100644
--- a/libavfilter/af_afade.c
+++ b/libavfilter/af_afade.c
@@ -297,4 +297,5 @@ AVFilter avfilter_af_afade = {
.inputs = avfilter_af_afade_inputs,
.outputs = avfilter_af_afade_outputs,
.priv_class = &afade_class,
+ .flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
};
More information about the ffmpeg-cvslog
mailing list