]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Typo caused pvr recording to fail if video_pids != audio_pids
authorAndreas Öman <andreas@lonelycoder.com>
Mon, 24 Sep 2007 17:08:24 +0000 (17:08 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Mon, 24 Sep 2007 17:08:24 +0000 (17:08 +0000)
pvr_rec.c

index 33393514d5d514340d42c38f1f06d7dec46d4281..3005b78319f610dc28b78f108f1ae24f4c4c5034 100644 (file)
--- a/pvr_rec.c
+++ b/pvr_rec.c
@@ -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);