Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dvb_psi: fix the bouquet lcn
  • Loading branch information
perexg committed Nov 8, 2014
1 parent deb9473 commit 858f73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/dvb_psi.c
Expand Up @@ -1202,7 +1202,7 @@ dvb_bat_completed
dvb_bouquet_comment(bq, bi->mm);

TAILQ_FOREACH(bs, &bi->services, link)
bouquet_add_service(bq, (service_t *)bs->svc, bs->lcn, 0);
bouquet_add_service(bq, (service_t *)bs->svc, (int64_t)bs->lcn * CHANNEL_SPLIT, 0);

bouquet_completed(bq, bi->services_count);

Expand Down

0 comments on commit 858f73b

Please sign in to comment.