Revision 1f076543 libavformat/mpegts.c
libavformat/mpegts.c | ||
---|---|---|
709 | 709 |
break; |
710 | 710 |
case 0x05: /* registration descriptor */ |
711 | 711 |
st->codec->codec_tag = bytestream_get_le32(&p); |
712 |
dprintf(ts->stream, "reg_desc=%x\n", st->codec->codec_tag);
|
|
712 |
dprintf(ts->stream, "reg_desc=%.4s\n", (char*)&st->codec->codec_tag);
|
|
713 | 713 |
if (st->codec->codec_id == CODEC_ID_PROBE && |
714 | 714 |
stream_type == STREAM_TYPE_PRIVATE_DATA) |
715 | 715 |
mpegts_find_stream_type(st, st->codec->codec_tag, REGD_types); |
Also available in: Unified diff