Update dvb_psi.c
changed minlength to 5 bytes for providers that don't send descriptor() in cat
This commit is contained in:
parent
0ebca1b3db
commit
5ac4ab4f57
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* MPEG TS Program Specific Information code
|
||||
* Copyright (C) 2007 - 2010 Andreas Öman
|
||||
* Copyright (C) 2007 - 2010 Andreas <EFBFBD>man
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -644,7 +644,7 @@ dvb_cat_callback
|
|||
mpegts_table_state_t *st = NULL;
|
||||
|
||||
/* Start */
|
||||
r = dvb_table_begin(mt, ptr, len, tableid, 0, 7, &st, §, &last, &ver);
|
||||
r = dvb_table_begin(mt, ptr, len, tableid, 0, 5, &st, §, &last, &ver);
|
||||
if (r != 1) return r;
|
||||
ptr += 5;
|
||||
len -= 5;
|
||||
|
|
Loading…
Add table
Reference in a new issue