Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dvb_psi: log ATSC VCT descriptor length
  • Loading branch information
laurimyllari authored and perexg committed Oct 22, 2015
1 parent 68c6375 commit 20de715
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input/mpegts/dvb_psi.c
Expand Up @@ -1668,6 +1668,7 @@ atsc_vct_callback
tvhdebug("vct", "chnum %d.%d", maj, min);
tvhdebug("vct", "type %02X (%d)", type, type);
tvhdebug("vct", "srcid %04X (%d)", srcid, srcid);
tvhdebug("vct", "dlen %d", dlen);

/* Skip */
if (type > 3)
Expand Down

0 comments on commit 20de715

Please sign in to comment.