summaryrefslogtreecommitdiff
path: root/src/m_Do/m_Do_dvd_thread.cpp
diff options
context:
space:
mode:
authorPieter-Jan Briers <pieterjan.briers+git@gmail.com>2026-06-20 02:44:05 +0200
committerGitHub <noreply@github.com>2026-06-19 17:44:05 -0700
commit853a6addb4dba2cf7f5f336339e933011536c40e (patch)
tree49c05ec2a8ffad23361e3ccfb90e5d0b068330b7 /src/m_Do/m_Do_dvd_thread.cpp
parent3f24f432fee178f226cf47ff7f49510cd5336e26 (diff)
JAudio naming pass (#3139)
* struct JASWaveArc forward declare fix * JASAramStream::THeader improvement * sizeof/offsetof unhardcodings * JAudio field name/comment pass HUGE thanks to XAYRGA for their work documenting JAudio file formats * Some more names * More names * More minor names * Attempt to fix regressions
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);
}