mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-12-02 00:26:36 +00:00
print registration descriptor in debug
Originally committed as revision 19019 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7e69621f56
commit
fc72ad1990
@ -709,6 +709,7 @@ static void pmt_cb(MpegTSFilter *filter, const uint8_t *section, int section_len
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user