caids at tech info hidden, if audio/video info lines too long, e.g. auto motor sport hd. use info/help key to show caids.

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7b1a53f658
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2022-05-05 (Thu, 05 May 2022)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2022-05-05 22:15:09 +02:00
committed by vanhofen
parent 530077fb1b
commit bb3a6a78d4
2 changed files with 120 additions and 83 deletions

View File

@@ -118,7 +118,7 @@ class CStreamInfo2 : public CMenuTarget
void paint(int mode);
void paint_techinfo(int x, int y);
void paintCASystem(int xpos, int ypos);
void paintCASystem(int xpos, int ypos, bool fake = false);
void paint_signal_fe_box(int x, int y, int w, int h);
void paint_signal_fe(struct bitrate rate, struct feSignal s);
int y_signal_fe(unsigned long value, unsigned long max_range, int max_y);
@@ -139,4 +139,3 @@ class CStreamInfo2 : public CMenuTarget
int readPacket(uint8_t *buf, int buf_size);
};
#endif