X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Fmpeg%2Finput_ps.c;h=b9190e360daba5e7656f804063057e76bd618467;hb=a0c1805bd992c0ae1fa018156358d831fbaf8f93;hp=8da1618fd38f747ce4b4011e2ae5d5740b5ec821;hpb=93ca3031ee75338ae1eb922b74cbfe7ee0dc66b8;p=vlc diff --git a/plugins/mpeg/input_ps.c b/plugins/mpeg/input_ps.c index 8da1618fd3..b9190e360d 100644 --- a/plugins/mpeg/input_ps.c +++ b/plugins/mpeg/input_ps.c @@ -2,7 +2,7 @@ * input_ps.c: PS demux and packet management ***************************************************************************** * Copyright (C) 1998, 1999, 2000 VideoLAN - * $Id: input_ps.c,v 1.10 2001/03/02 15:51:22 massiot Exp $ + * $Id: input_ps.c,v 1.11 2001/03/15 01:42:20 sam Exp $ * * Authors: Christophe Massiot * @@ -371,7 +371,7 @@ static int PSRead( input_thread_t * p_input, /* It is common for MPEG-1 streams to pad with zeros * (although it is forbidden by the recommendation), so * don't bother everybody in this case. */ - intf_WarnMsg( 1, "Garbage at input (%x)", i_startcode ); + intf_WarnMsg( 1, "Garbage at input (%.8x)", i_startcode ); } while( (i_startcode & 0xFFFFFF00) != 0x100L )