summaryrefslogtreecommitdiff
path: root/src/m_Do/m_Do_dvd_thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/m_Do/m_Do_dvd_thread.cpp')
-rw-r--r--src/m_Do/m_Do_dvd_thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_Do/m_Do_dvd_thread.cpp b/src/m_Do/m_Do_dvd_thread.cpp
index 550cb9b587..19030cb6f2 100644
--- a/src/m_Do/m_Do_dvd_thread.cpp
+++ b/src/m_Do/m_Do_dvd_thread.cpp
@@ -158,7 +158,7 @@ void mDoDvdThd_param_c::mainLoop() {
while ((command = this->getFirstCommand())) {
this->cut(command);
if (mDoDvdThd::SyncWidthSound) {
- JASDvd::getThreadPointer()->sendCmdMsg(cb, &command, 4);
+ JASDvd::getThreadPointer()->sendCmdMsg(cb, &command, sizeof(void*));
} else {
cb(&command);
}