Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
myrsloik committed Oct 4, 2023
1 parent 4d20490 commit ee915bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/text.c
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ void VS_CC imageFileCreate(const VSMap *in, VSMap *out, void *userData, VSCore *
VS_EXTERNAL_API(void) VapourSynthPluginInit2(VSPlugin *plugin, const VSPLUGINAPI *vspapi) {
vspapi->configPlugin("biz.srsfckn.subtext", "sub",
"A subtitling filter based on libass and FFmpeg.",
VS_MAKE_VERSION(1, 0), VAPOURSYNTH_API_VERSION, 0, plugin);
VS_MAKE_VERSION(5, 0), VAPOURSYNTH_API_VERSION, 0, plugin);

#define COMMON_TEXTFILE_PARAMS \
"debuglevel:int:opt;" \
Expand Down

0 comments on commit ee915bc

Please sign in to comment.