Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only match numbers in mkvtoolnix version check #101

Merged
merged 1 commit into from
Jun 11, 2014

Conversation

treppo
Copy link
Contributor

@treppo treppo commented Jun 11, 2014

Some versions of mkvmerge return "v7.0.0" as the version number. With the old sed
matcher, the "v" in the expression was not filtered out and therefore the
wrong audio and video track prefixes would be used. Now only alpha–numeric
characters are returned.

Some versions of mkvmerge return "v7.0.0" as the version number. With the old sed
matcher, the "v" in the expression was not filtered out and therefore the
wrong audio and video track prefixes would be used. Now only alpha–numeric
characters are returned.
JakeWharton added a commit that referenced this pull request Jun 11, 2014
Only match numbers in mkvtoolnix version check
@JakeWharton JakeWharton merged commit 7e0bd14 into JakeWharton:master Jun 11, 2014
@JakeWharton
Copy link
Owner

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants