Apply auto-build changes

This commit is contained in:
HaveAGitGat 2025-01-26 20:39:40 +00:00 committed by github-actions[bot]
parent 79256d342d
commit d2780eb933

View file

@ -105,7 +105,7 @@ var plugin = function (args) {
'mpg',
'mpeg',
].includes(container)) {
args.variables.ffmpegCommand.overallOuputArguments.push('-fflags', '+genpts');
args.variables.ffmpegCommand.overallInputArguments.push('-fflags', '+genpts');
}
}
return {