milan-avb: stream: flag CRF streams and ignore CRF packets by subtype in RX

This commit is contained in:
hackerman-kl 2026-05-28 11:45:00 +00:00
parent 7303a55b50
commit 320c979145
2 changed files with 5 additions and 0 deletions

View file

@ -37,6 +37,7 @@ struct stream {
struct spa_source *source;
struct spa_source *flush_timer;
uint64_t flush_last_ns;
bool is_crf;
int prio;
int mtt;
int t_uncertainty;