[FFmpeg-devel] [PATCH 09/14] avfilter/vf_amplify: add support for commands
Michael Niedermayer
michael at niedermayer.cc
Wed Oct 9 20:20:46 EEST 2019
On Wed, Oct 09, 2019 at 12:17:00PM +0200, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
> libavfilter/vf_amplify.c | 14 ++++++++------
> 1 file changed, 8 insertions(+), 6 deletions(-)
[...]
> @@ -311,4 +312,5 @@ AVFilter ff_vf_amplify = {
> .init = init,
> .uninit = uninit,
> .flags = AVFILTER_FLAG_SLICE_THREADS,
> + .process_command = ff_filter_process_command,
maybe ff_filter_process_command() should be called by default if process_command is NULL
patch LGTM if tested
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The worst form of inequality is to try to make unequal things equal.
-- Aristotle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20191009/cb2afba8/attachment.sig>
More information about the ffmpeg-devel
mailing list