X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Finput%2Fmpeg_system.c;h=73b463e10cdcde2d111401b9de0990bec860d953;hb=a0c1805bd992c0ae1fa018156358d831fbaf8f93;hp=6e41ec2a4ecab1cc1aafcc31594d275a60e6fb73;hpb=93ca3031ee75338ae1eb922b74cbfe7ee0dc66b8;p=vlc diff --git a/src/input/mpeg_system.c b/src/input/mpeg_system.c index 6e41ec2a4e..73b463e10c 100644 --- a/src/input/mpeg_system.c +++ b/src/input/mpeg_system.c @@ -2,7 +2,7 @@ * mpeg_system.c: TS, PS and PES management ***************************************************************************** * Copyright (C) 1998, 1999, 2000 VideoLAN - * $Id: mpeg_system.c,v 1.44 2001/03/15 00:37:04 stef Exp $ + * $Id: mpeg_system.c,v 1.45 2001/03/15 01:42:20 sam Exp $ * * Authors: Christophe Massiot * Michel Lespinasse @@ -877,7 +877,7 @@ void input_DemuxPS( input_thread_t * p_input, data_packet_t * p_data ) default: /* This should not happen */ b_trash = 1; - intf_WarnMsg( 1, "Unwanted packet received with start code %x", + intf_WarnMsg( 1, "Unwanted packet received with start code 0x%.8x", i_code ); } }