diff options
author | Ulrich Eckhardt <uli@uli-eckhardt.de> | 2018-07-15 16:55:50 +0200 |
---|---|---|
committer | Ulrich Eckhardt <uli@uli-eckhardt.de> | 2018-07-15 16:55:50 +0200 |
commit | 2c775ce4f145570600f24821e2010f3e95d18f8e (patch) | |
tree | e797af148c8fcb24d676866a409be83493b60f12 /radiotextosd.c | |
parent | b579440eba200c178b3860683634b4b83053cd23 (diff) | |
download | vdr-plugin-radio-2c775ce4f145570600f24821e2010f3e95d18f8e.tar.gz vdr-plugin-radio-2c775ce4f145570600f24821e2010f3e95d18f8e.tar.bz2 |
Improved CRC check.
- The CRC check uses now the lenght of the RDS Frame, this improves
decoding specially on HarmonyFM.
- Code splits and code cleanups.
- Remove currently unused Traffic decoder.
Diffstat (limited to 'radiotextosd.c')
-rw-r--r-- | radiotextosd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/radiotextosd.c b/radiotextosd.c index 31ab563..fc1ba81 100644 --- a/radiotextosd.c +++ b/radiotextosd.c @@ -93,8 +93,6 @@ cRadioTextOsd::cRadioTextOsd() : LastKey = kNone; fheight = 0; bheight = 0; -// TODO -dsyslog("%s %d cRadioTextOsd::cRadioTextOsd", __FILE__, __LINE__); } cRadioTextOsd::~cRadioTextOsd() { |