changeset 4994:ff7a17eb7670 libavformat

give context to dprintf
author bcoudurier
date Sun, 31 May 2009 04:45:51 +0000
parents c99db4d4c593
children de114ffe75df
files mpegts.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);