[FFmpeg-devel] [PATCH 0/3] Fix AviSynth upgrade message

Stephen Hutchinson qyot27 at gmail.com
Thu Apr 2 21:38:52 CEST 2015


There was a minor regression introduced by adding the
new 2.6 functions in avisynth_load_library, because
the continue_on_fail value wasn't set correctly.

This meant that if the user attempted to use an
incompatible version of AviSynth, it wouldn't
show the error message telling them to upgrade.

Since 2.6 versions prior to RC1 also suffer
from incompatibility issues, make the version
checker reject all versions prior to version 6.

Regarding AviSynth+, the upgrade message
currently uses the revision-based version
since 0.2 hasn't been released yet. Once
0.2 has been released, then the message
should be adjusted to use that instead.

Stephen Hutchinson (3):
  avisynth: Fix detection of AviSynth 2.5
  avisynth: Bump minimum required version to interface version 6
  doc: Slightly revise AviSynth version info

 doc/general.texi       |  4 ++--
 libavformat/avisynth.c | 29 +++++++++++++++--------------
 2 files changed, 17 insertions(+), 16 deletions(-)

-- 
2.1.0



More information about the ffmpeg-devel mailing list