summaryrefslogtreecommitdiff
path: root/audio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio.cpp')
-rw-r--r--audio.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/audio.cpp b/audio.cpp
index f391b33..bd35ddc 100644
--- a/audio.cpp
+++ b/audio.cpp
@@ -154,7 +154,6 @@ MarkAdMark *cMarkAdAudio::Process(int LastIFrame)
char *buf=NULL;
if (asprintf(&buf,"audio channel silence detecion (%i)",lastiframe)!=-1)
{
- isyslog(buf);
AddMark(MT_SILENCECHANGE,lastiframe,buf);
free(buf);
}
@@ -167,7 +166,6 @@ MarkAdMark *cMarkAdAudio::Process(int LastIFrame)
if (asprintf(&buf,"audio channel change from %i to %i (%i)", channels,
macontext->Audio.Info.Channels,lastiframe)!=-1)
{
- isyslog(buf);
if (macontext->Audio.Info.Channels>2)
{
AddMark(MT_CHANNELSTART,lastiframe,buf);