Mercurial > libavformat.hg
diff mpegts.c @ 4993:c99db4d4c593 libavformat
print registration descriptor in debug
| author | bcoudurier |
|---|---|
| date | Sun, 31 May 2009 04:41:47 +0000 |
| parents | 2b0d60d31f3d |
| children | ff7a17eb7670 |
line wrap: on
line diff
--- a/mpegts.c Sun May 31 04:36:26 2009 +0000 +++ b/mpegts.c Sun May 31 04:41:47 2009 +0000 @@ -709,6 +709,7 @@ break; case 0x05: /* registration descriptor */ st->codec->codec_tag = bytestream_get_le32(&p); + dprintf("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);
