diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-11-19 13:22:31 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-11-19 13:41:13 +0100 |
commit | a9205620b19e0c25cf9f6165b0b3937edf9ce62e (patch) | |
tree | 6d6b868eafc3cf55f761210c2c5734583bbeeb8f /libavfilter/af_afir.h | |
parent | 496df6881548b53a67271fde9b7ee751c07961df (diff) | |
download | ffmpeg-a9205620b19e0c25cf9f6165b0b3937edf9ce62e.tar.gz |
avfilter/af_afir: remove IR response video rendering support
And deprecate related options.
The same functionality can be done with specialized audio visualization filters.
Diffstat (limited to 'libavfilter/af_afir.h')
-rw-r--r-- | libavfilter/af_afir.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/af_afir.h b/libavfilter/af_afir.h index 5c39aa10b9..3517250299 100644 --- a/libavfilter/af_afir.h +++ b/libavfilter/af_afir.h @@ -98,7 +98,6 @@ typedef struct AudioFIRContext { AVFrame *fadein[2]; AVFrame *ir[MAX_IR_STREAMS]; AVFrame *norm_ir[MAX_IR_STREAMS]; - AVFrame *video; int min_part_size; int max_part_size; int64_t pts; |