fix pointless self-assign
This commit is contained in:
parent
78e88f62c5
commit
05fa4d341a
1 changed files with 0 additions and 2 deletions
|
@ -142,8 +142,6 @@ ts_extract_pcr(service_t *t, elementary_stream_t *st, const uint8_t *tsb,
|
|||
pcr |= (uint64_t)tsb[9] << 1;
|
||||
pcr |= ((uint64_t)tsb[10] >> 7) & 0x01;
|
||||
|
||||
pcr = pcr;
|
||||
|
||||
if(pcrp != NULL)
|
||||
*pcrp = pcr;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue