Signed-off-by: André Roth <neol...@gmail.com>
---
 lib/libdvbv5/dvb-scan.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lib/libdvbv5/dvb-scan.c b/lib/libdvbv5/dvb-scan.c
index 76712d4..9751f9d 100644
--- a/lib/libdvbv5/dvb-scan.c
+++ b/lib/libdvbv5/dvb-scan.c
@@ -96,6 +96,10 @@ int dvb_read_section_with_id(struct dvb_v5_fe_parms *parms, 
int dmx_fd,
        uint8_t *buf = NULL;
        uint8_t *tbl = NULL;
        ssize_t table_length = 0;
+
+       // handle sections
+       int start_id = -1;
+       int start_section = -1;
        int first_section = -1;
        int last_section = -1;
        int table_id = -1;
-- 
1.8.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to