]> git.sesse.net Git - vlc/commitdiff
Ditto
authorClément Stenac <zorglub@videolan.org>
Sun, 30 Apr 2006 17:40:03 +0000 (17:40 +0000)
committerClément Stenac <zorglub@videolan.org>
Sun, 30 Apr 2006 17:40:03 +0000 (17:40 +0000)
modules/demux/asf/asf.c

index a851486d52a7adf886ad2f1e18194c5ec548e623..c315a0486f90c0f9db6e063c917040f9be6f13c2 100644 (file)
@@ -664,8 +664,6 @@ static int DemuxInit( demux_t *p_demux )
 
             es_format_Init( &fmt, AUDIO_ES, 0 );
             i_format = GetWLE( &p_data[0] );
-
-            fprintf( stderr, "Wave format %i\n", i_format );
             wf_tag_to_fourcc( i_format, &fmt.i_codec, NULL );
             fmt.audio.i_channels        = GetWLE(  &p_data[2] );
             fmt.audio.i_rate      = GetDWLE( &p_data[4] );