diff options
Diffstat (limited to 'command/audio.cpp')
-rw-r--r-- | command/audio.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/command/audio.cpp b/command/audio.cpp index dba0f59..bb1b63f 100644 --- a/command/audio.cpp +++ b/command/audio.cpp @@ -162,10 +162,10 @@ MarkAdMark *cMarkAdAudio::Process(int FrameNumber, int FrameNumberNext) } char *buf=NULL; - if (asprintf(&buf,"audio channel change from %i to %i (%i)", channels, + if (asprintf(&buf,"audio channel change from %i to %i (%i)%s", channels, macontext->Audio.Info.Channels, start ? FrameNumberNext : - framelast)!=-1) + framelast, start ? "*" : "")!=-1) { if (start) { |