examples/dvb_gen_si: Use the correct define when calculating descriptor size.
The descriptors that have loops in them used their own DESCxx_HEADER_SIZE defines when calculating descriptor length. That works only in cases when DESCxx_HEADER_SIZE is equal to DESC_HEADER_SIZE. In order to avoid confusion and bugs use DESC_HEADER_SIZE instead of redefined value.
Showing
Please register or sign in to comment