You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after merging minor change from branch next, re-commented out the C k…
…ill function and uncommented the spawn pkill -f ffmpeg, also updated version to 3.04 (forgot to update version on previous release)
when setting up an array of filenames, was doing a malloc of strlen b…
…ut actually need strlen+1 because strlen does not include the terminating nul character