mirror of
https://github.com/mpv-player/mpv
synced 2025-01-08 16:10:29 +00:00
display the right MPEG packet type
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19157 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0c540410fe
commit
2468704cc7
@ -55,7 +55,7 @@ send_mpeg_pes_packet (unsigned char *data, int len, int id, uint64_t pts,
|
||||
int hdr;
|
||||
|
||||
mp_msg (MSGT_HEADER, MSGL_DBG2,
|
||||
"MPEG2 PES packet: 0x%x => %lu \n", id, pts);
|
||||
"MPEG%d PES packet: 0x%x => %lu \n", type, id, pts);
|
||||
memset (pes_header, '\0', PES_MAX_SIZE);
|
||||
|
||||
/* startcode */
|
||||
|
Loading…
Reference in New Issue
Block a user