diff options
author | Jochen Dolze <vdr@dolze.de> | 2011-02-13 13:26:36 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2011-02-13 13:26:36 +0100 |
commit | b48a0e3f7bee7f9fc4825e0bce4c06ed90d3794c (patch) | |
tree | 81f65fa1c4fbce6fb718c6749860b6ffe1bd1d29 /command/markad-standalone.h | |
parent | 29dd22eea8826d413e141d918b22316271d1b9f7 (diff) | |
download | vdr-plugin-markad-b48a0e3f7bee7f9fc4825e0bce4c06ed90d3794c.tar.gz vdr-plugin-markad-b48a0e3f7bee7f9fc4825e0bce4c06ed90d3794c.tar.bz2 |
Removed "scan ac3 always" parameter
Added some logos
Added spanish translations (thanks to jbjbjb)
Minor code cleanups
Diffstat (limited to 'command/markad-standalone.h')
-rw-r--r-- | command/markad-standalone.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/command/markad-standalone.h b/command/markad-standalone.h index 960f7ee..7b998a9 100644 --- a/command/markad-standalone.h +++ b/command/markad-standalone.h @@ -218,13 +218,6 @@ unsigned Descriptor_Length: int skipped; // skipped bytes in whole file bool inBroadCast; // are we in a broadcast (or ad)? -#if 0 - bool setAudio51; // set audio to 5.1 in info - bool setAudio20; // set audio to 2.0 in info - bool setVideo43; // set video to 4:3 in info - bool setVideo43LB; // set video to 4:3 letterbox in info - bool setVideo169; // set video to 16:9 in info -#endif time_t GetBroadcastStart(time_t start, int fd); void CheckIndexGrowing(); |