diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-11-03 01:21:30 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-11-03 01:21:30 +0100 |
commit | 3b606130ead038b4d5bc1b88bfd6e7430adacc4d (patch) | |
tree | 1a883bb36ada9f650f441f5c7fde4171f4afc81c /command/global.h | |
parent | 7e2fb0f884b2269c32cb42867346ec3917c7e480 (diff) | |
download | vdr-plugin-markad-3b606130ead038b4d5bc1b88bfd6e7430adacc4d.tar.gz vdr-plugin-markad-3b606130ead038b4d5bc1b88bfd6e7430adacc4d.tar.bz2 |
Got rid of iframetime, better broadcast start detection, dont change atime/mtime of info file anymore
Diffstat (limited to 'command/global.h')
-rw-r--r-- | command/global.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/command/global.h b/command/global.h index 30c5896..d9f2e12 100644 --- a/command/global.h +++ b/command/global.h @@ -165,7 +165,6 @@ typedef struct MarkAdContext { struct Info { - //bool DolbyDigital51; int Channels; // number of audio channels int SampleRate; } Info; |