summaryrefslogtreecommitdiff
path: root/command/audio.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-10-07 20:27:51 +0200
committerJochen Dolze <vdr@dolze.de>2010-10-07 20:27:51 +0200
commitc84d6dba338bc863f0cb64f13b08ef87b65eba65 (patch)
tree808806f210823da5e3a5dc0d9584681670c85b02 /command/audio.h
parent8cf797691409510a1957156d9d2c9cfa104ef6b4 (diff)
downloadvdr-plugin-markad-c84d6dba338bc863f0cb64f13b08ef87b65eba65.tar.gz
vdr-plugin-markad-c84d6dba338bc863f0cb64f13b08ef87b65eba65.tar.bz2
Added support for totally broken info files
Code cleanups
Diffstat (limited to 'command/audio.h')
-rw-r--r--command/audio.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/command/audio.h b/command/audio.h
index 56901a2..651d056 100644
--- a/command/audio.h
+++ b/command/audio.h
@@ -22,11 +22,6 @@ private:
void ResetMark();
bool AddMark(int Type, int Position, const char *Comment);
-#define CUT_VAL 4
-#define MIN_LOWVALS 25
- bool SilenceDetection(int FrameNumber);
- int lastframe_silence;
-
int lastframe_gain;
double lastgain;
cMarkAdAudioGainAnalysis audiogain;