Commit 6f8a84a6 authored by Michael Krufky's avatar Michael Krufky Committed by Jean-Paul Saman

dr_a1: fix description of i_pcr_pid

Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
parent bad9abe4
......@@ -55,7 +55,7 @@ typedef struct dvbpsi_service_location_element_s
*/
typedef struct dvbpsi_service_location_dr_s
{
uint16_t i_pcr_pid; /*!< PID of the Transport Stream packets*/
uint16_t i_pcr_pid; /*!< PCR_PID */
uint8_t i_number_elements; /*!< number of elements used for this service */
dvbpsi_service_location_element_t * p_first_element;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment