git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42f5a70
)
Revert "servicedvd.cpp: fix merge error (caused by the vob subtitle bug merge)"
author
ghost
<
[email protected]
>
Sat, 19 Feb 2011 14:22:06 +0000
(15:22 +0100)
committer
ghost
<
[email protected]
>
Sat, 19 Feb 2011 14:22:06 +0000
(15:22 +0100)
This reverts commit
42f5a704c8bd14f9bac30b61a76effaededc74e8
.
lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.cpp
patch
|
blob
|
history
diff --git
a/lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.cpp
b/lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.cpp
index a3749ff7b511edeae3bf67b6dd24d3f14203339e..ccacf3c062fac10bed2a730245e44d532360749a 100644
(file)
--- a/
lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.cpp
+++ b/
lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.cpp
@@
-901,7
+901,7
@@
PyObject *eServiceDVD::getCutList()
ePyObject list = PyList_New(1);
ePyObject tuple = PyTuple_New(2);
PyTuple_SetItem(tuple, 0, PyLong_FromLongLong(m_cue_pts));
- PyTuple_SetItem(tuple, 1, PyInt_FromLong(
5
));
+ PyTuple_SetItem(tuple, 1, PyInt_FromLong(
3
));
PyList_SetItem(list, 0, tuple);
return list;
}