From a6ff39c28ddeb3736f470ce4a81b4b0b1a987fb8 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sat, 20 May 2017 20:40:26 +0200 Subject: [PATCH] dvb psi pmt: corrent debug indent --- src/input/mpegts/dvb_psi.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/input/mpegts/dvb_psi.c b/src/input/mpegts/dvb_psi.c index 41f49b7a2..849256970 100644 --- a/src/input/mpegts/dvb_psi.c +++ b/src/input/mpegts/dvb_psi.c @@ -2438,14 +2438,14 @@ psi_parse_pmt st->es_delete_me = 0; - tvhdebug(mt->mt_subsys, "%s: type %s position %d", + tvhdebug(mt->mt_subsys, "%s: type %s position %d", mt->mt_name, streaming_component_type2txt(st->es_type), position); if (lang) - tvhdebug(mt->mt_subsys, "%s: language %s", mt->mt_name, lang); + tvhdebug(mt->mt_subsys, "%s: language %s", mt->mt_name, lang); if (composition_id != -1) - tvhdebug(mt->mt_subsys, "%s: composition_id %d", mt->mt_name, composition_id); + tvhdebug(mt->mt_subsys, "%s: composition_id %d", mt->mt_name, composition_id); if (ancillary_id != -1) - tvhdebug(mt->mt_subsys, "%s: ancillary_id %d", mt->mt_name, ancillary_id); + tvhdebug(mt->mt_subsys, "%s: ancillary_id %d", mt->mt_name, ancillary_id); if(st->es_position != position) { update |= PMT_REORDERED; -- 2.47.2