From db484337eb3fac1b6a66eaa71d38b6206b6d97da Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Tue, 1 Feb 2011 21:26:14 +0100 Subject: New standard switches in plugin (repair index off, only scan channels with logo) Fixed output of audio channel detection --- command/audio.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'command/audio.cpp') 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); } } -- cgit v1.2.3