summaryrefslogtreecommitdiff
path: root/src/inputmplayerversion.cpp
diff options
context:
space:
mode:
authorAlessio Treglia <alessio@debian.org>2013-02-10 10:18:21 +0000
committerAlessio Treglia <alessio@debian.org>2013-02-10 10:18:21 +0000
commit038de1a143b9775f37d4848f52c59af7cee66e36 (patch)
tree8d10a35c194be220b6cb2d1b2982546dbcef9480 /src/inputmplayerversion.cpp
parent69d32924ffbfe2bb05d881a23af13b6070b9a9bd (diff)
Imported Upstream version 0.8.3
Diffstat (limited to 'src/inputmplayerversion.cpp')
-rw-r--r--src/inputmplayerversion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputmplayerversion.cpp b/src/inputmplayerversion.cpp
index 0709ada..0168864 100644
--- a/src/inputmplayerversion.cpp
+++ b/src/inputmplayerversion.cpp
@@ -35,7 +35,7 @@ void InputMplayerVersion::setVersionFromOutput(QString text) {
}
void InputMplayerVersion::setVersion(int current_version) {
- int index = 0;
+ int index = 2;
if (current_version == MPLAYER_1_0_RC2_SVN) index = 1;
else