]> git.sesse.net Git - vlc/commitdiff
vorbis: fix format string
authorTristan Matthews <le.businessman@gmail.com>
Thu, 9 Jan 2014 05:25:55 +0000 (00:25 -0500)
committerTristan Matthews <le.businessman@gmail.com>
Thu, 9 Jan 2014 05:25:55 +0000 (00:25 -0500)
modules/codec/vorbis.c

index 85318fe8fcda216f1498f2bc27a103e5aa6a7103..07410298fb63fbb3c9115fa5f5cc6f31e85e13b8 100644 (file)
@@ -376,7 +376,7 @@ static int ProcessHeaders( decoder_t *p_dec )
 
     date_Init( &p_sys->end_date, p_sys->vi.rate, 1 );
 
-    msg_Dbg( p_dec, "channels:%d samplerate:%ld bitrate:%ld",
+    msg_Dbg( p_dec, "channels:%d samplerate:%ld bitrate:%ud",
              p_sys->vi.channels, p_sys->vi.rate, p_dec->fmt_out.i_bitrate );
 
     /* The next packet in order is the comments header */