summaryrefslogtreecommitdiff
path: root/command/audio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'command/audio.cpp')
-rw-r--r--command/audio.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/command/audio.cpp b/command/audio.cpp
index 1b8ca5c..0a9c133 100644
--- a/command/audio.cpp
+++ b/command/audio.cpp
@@ -62,11 +62,11 @@ MarkAdMark *cMarkAdAudio::Process(int FrameNumber, int FrameNumberNext)
{
if (macontext->Audio.Info.Channels>2)
{
- setmark(MT_CHANNELSTART,FrameNumberNext,macontext->Audio.Info.Channels,channels);
+ setmark(MT_CHANNELSTART,FrameNumberNext,channels,macontext->Audio.Info.Channels);
}
else
{
- setmark(MT_CHANNELSTOP,framelast,macontext->Audio.Info.Channels,channels);
+ setmark(MT_CHANNELSTOP,framelast,channels,macontext->Audio.Info.Channels);
}
}