# HG changeset patch # User ben # Date 1153564977 0 # Node ID a28bcc898ab4c8e1fb8598ce2221a2f8e93758e7 # Parent ce6ad55eb7a2dbf0c5105a183f757066632dcf8c display the right MPEG packet type diff -r ce6ad55eb7a2 -r a28bcc898ab4 libmpdemux/mpeg_packetizer.c --- a/libmpdemux/mpeg_packetizer.c Sat Jul 22 10:39:00 2006 +0000 +++ b/libmpdemux/mpeg_packetizer.c Sat Jul 22 10:42:57 2006 +0000 @@ -55,7 +55,7 @@ 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 */