From 0acaba790948b737a35293e5a9ac91be5de563b0 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Sat, 16 Oct 2010 22:56:09 +0200 Subject: Use border detection only on non 4:3 broadcasts Remove aspectratio changes which are to short --- 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 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) { -- cgit v1.2.3