mpegts: remove stray printf!
This commit is contained in:
parent
d61c93afb7
commit
7f11eac58a
1 changed files with 0 additions and 1 deletions
|
@ -374,7 +374,6 @@ mpegts_input_recv_packets
|
|||
if (mps->mps_type & MPS_TABLE)
|
||||
table = 1;
|
||||
}
|
||||
printf("pid = %04X, stream = %d, table = %d\n", pid, stream, table);
|
||||
|
||||
/* Stream data */
|
||||
if (stream) {
|
||||
|
|
Loading…
Add table
Reference in a new issue