diff options
author | Niklas Haas <git@haasn.dev> | 2024-04-24 11:39:01 +0200 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2024-05-03 14:23:23 +0200 |
commit | e82a3997cdd6c0894869b33ba42430ac3c57fb3b (patch) | |
tree | b2bcf562343e2eca84cccde671d36eef867d7e8f /doc/filters.texi | |
parent | a5032dc12aaa9246a29058084d3493a0f14eaf71 (diff) | |
download | ffmpeg-e82a3997cdd6c0894869b33ba42430ac3c57fb3b.tar.gz |
avfilter/vf_scale: switch to FFFrameSync
Preliminary commit, in anticipation of adding support for multiple
inputs (with proper synchronization and activate() callback).
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index fc813f12c1..f20b72ab96 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -20989,8 +20989,8 @@ the next filter, the scale filter will convert the input to the requested format. @subsection Options -The filter accepts the following options, or any of the options -supported by the libswscale scaler. +The filter accepts the following options, any of the options supported +by the libswscale scaler, as well as any of the @ref{framesync} options. See @ref{scaler_options,,the ffmpeg-scaler manual,ffmpeg-scaler} for the complete list of scaler options. |