Typo caused pvr recording to fail if video_pids != audio_pids
This commit is contained in:
parent
a86069fc4d
commit
bd15fb6a22
1 changed files with 1 additions and 1 deletions
|
@ -724,7 +724,7 @@ pwo_writepkt(pvr_rec_t *pvrr, th_subscription_t *s, uint32_t startcode,
|
|||
j++;
|
||||
}
|
||||
|
||||
if(j != pf->audio_pids)
|
||||
if(j != pf->video_pids)
|
||||
break;
|
||||
|
||||
pvrr_set_rec_state(pvrr, PVR_REC_RUNNING);
|
||||
|
|
Loading…
Add table
Reference in a new issue