[FFmpeg-devel] [PATCH 0/3 v2] avisynth: add user-selectable flags

Stephen Hutchinson qyot27 at gmail.com
Wed Aug 31 03:23:37 EEST 2022


The reading of frame properties from the script can now be toggled
on and off per-property or as a whole, using the avisynth_flags
option.

The ability to read _SARNum/_SARDen properties has been added,
but is kept off by default because it poses more of a risk of a
user accidentally getting it wrong than the already existing properties
do, which is what prompted adding the ability to switch frame property
reading on and off.

Stephen Hutchinson (3):
  avformat/avisynth: read _SARNum/_SARDen from frame properties
  avformat/avisynth: implement avisynth_flags option
  avformat/avisynth: reindent

 libavformat/avisynth.c | 386 ++++++++++++++++++++++++-----------------
 1 file changed, 223 insertions(+), 163 deletions(-)

-- 
2.34.1



More information about the ffmpeg-devel mailing list