mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 16:39:49 +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;
|
int hdr;
|
||||||
|
|
||||||
mp_msg (MSGT_HEADER, MSGL_DBG2,
|
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);
|
memset (pes_header, '\0', PES_MAX_SIZE);
|
||||||
|
|
||||||
/* startcode */
|
/* startcode */
|
||||||
|
Loading…
Reference in New Issue
Block a user