mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
fftools/ffmpeg: deprecate -filter_script
It is equivalent to -/filter.
This commit is contained in:
parent
c316c4c77b
commit
a8bc79c3fd
7 changed files with 39 additions and 20 deletions
|
|
@ -221,7 +221,9 @@ typedef struct OptionsContext {
|
|||
SpecifierOptList copy_initial_nonkeyframes;
|
||||
SpecifierOptList copy_prior_start;
|
||||
SpecifierOptList filters;
|
||||
#if FFMPEG_OPT_FILTER_SCRIPT
|
||||
SpecifierOptList filter_scripts;
|
||||
#endif
|
||||
SpecifierOptList reinit_filters;
|
||||
SpecifierOptList fix_sub_duration;
|
||||
SpecifierOptList fix_sub_duration_heartbeat;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue