Typo caused pvr recording to fail if video_pids != audio_pids

This commit is contained in:
Andreas Öman 2007-09-24 17:08:24 +00:00
parent a86069fc4d
commit bd15fb6a22

View file

@ -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);