0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 12:53:53 +01:00

clean up a bit

This commit is contained in:
2025-03-13 21:07:27 +01:00
parent 3446928850
commit 1cf52927a5
5 changed files with 50 additions and 218 deletions

View File

@@ -33,7 +33,6 @@ int ustrcmp(const unsigned char *s1, const unsigned char *s2) {
return c1 - c2;
}
#ifdef ODA_RTP
static char *rtp_content_types[64] = {
/* dummy */
"DUMMY_CLASS",
@@ -124,7 +123,7 @@ char *get_rtp_tag_name(uint8_t rtp_tag) {
if (rtp_tag > 63) rtp_tag = 0;
return rtp_content_types[rtp_tag];
}
#endif
static uint16_t offset_words[] = {
0x0FC, /* A */
0x198, /* B */