Detect and report TS misalignment and switch to unaligned processing.

This commit is contained in:
none
2021-02-25 14:58:42 +01:00
parent 28e09191af
commit 01ca1b8805
2 changed files with 21 additions and 5 deletions

View File

@@ -219,6 +219,7 @@ struct ddb_dma {
u32 stall_count;
u32 packet_loss;
u32 unaligned;
};
struct ddb_dvb {