summaryrefslogtreecommitdiff
path: root/radiotools.h
diff options
context:
space:
mode:
authorUlrich Eckhardt <uli@uli-eckhardt.de>2018-07-15 16:55:50 +0200
committerUlrich Eckhardt <uli@uli-eckhardt.de>2018-07-15 16:55:50 +0200
commit2c775ce4f145570600f24821e2010f3e95d18f8e (patch)
treee797af148c8fcb24d676866a409be83493b60f12 /radiotools.h
parentb579440eba200c178b3860683634b4b83053cd23 (diff)
downloadvdr-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 'radiotools.h')
-rw-r--r--radiotools.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/radiotools.h b/radiotools.h
index 1bf042e..8acd311 100644
--- a/radiotools.h
+++ b/radiotools.h
@@ -15,7 +15,6 @@ char *rds_entitychar(char *text);
char *xhtml2text(char *text);
char *rtrim(char *text);
char *audiobitrate(const unsigned char *data);
-void tmc_parser(unsigned char *data, int len); // Alert-c
const char* ptynr2string(int nr);
#endif //__RADIO_TOOLS_H