diff options
author | phintuka <phintuka> | 2009-08-18 10:28:45 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-08-18 10:28:45 +0000 |
commit | a802ada1375305a88e087e26d7d4200efed77f4f (patch) | |
tree | e26579e09907e02637d024f9fb5e19298eb412b3 | |
parent | 933d86311f076402642ea944457aa55c4b46c66e (diff) | |
download | xineliboutput-a802ada1375305a88e087e26d7d4200efed77f4f.tar.gz xineliboutput-a802ada1375305a88e087e26d7d4200efed77f4f.tar.bz2 |
Reduced PAT logging
-rw-r--r-- | tools/ts.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: ts.c,v 1.11 2009-07-03 05:37:05 phintuka Exp $ + * $Id: ts.c,v 1.12 2009-08-18 10:28:45 phintuka Exp $ * */ @@ -146,7 +146,7 @@ int ts_parse_pat(pat_data_t *pat, const uint8_t *pkt) pat->program_number[program_count] = program_number; pat->pmt_pid[program_count] = pmt_pid; - LOGDBG("PAT acquired count=%d programNumber=0x%04x pmtPid=0x%04x", + LOGPMT("PAT acquired count=%d programNumber=0x%04x pmtPid=0x%04x", program_count, pat->program_number[program_count], pat->pmt_pid[program_count]); |