examples/get_pcr_pid.c: fix compiler warning
Fixed compiler warning in function TSHandle(), which passed a 'const uint8_t *' into dvbpsi_PushPacket() that expected a 'uint8_t *'.
Showing
Please register or sign in to comment
Fixed compiler warning in function TSHandle(), which passed a 'const uint8_t *' into dvbpsi_PushPacket() that expected a 'uint8_t *'.