# HG changeset patch # User bcoudurier # Date 1243745151 0 # Node ID ff7a17eb767011789d837b3f1ed788d415567343 # Parent c99db4d4c593ecf2bb94ab77acb56b8cb8418063 give context to dprintf diff -r c99db4d4c593 -r ff7a17eb7670 mpegts.c --- a/mpegts.c Sun May 31 04:41:47 2009 +0000 +++ b/mpegts.c Sun May 31 04:45:51 2009 +0000 @@ -709,7 +709,7 @@ break; case 0x05: /* registration descriptor */ st->codec->codec_tag = bytestream_get_le32(&p); - dprintf("reg_desc=%x\n", st->codec->codec_tag); + dprintf(ts->stream, "reg_desc=%x\n", st->codec->codec_tag); if (st->codec->codec_id == CODEC_ID_PROBE && stream_type == STREAM_TYPE_PRIVATE_DATA) mpegts_find_stream_type(st, st->codec->codec_tag, REGD_types);