From 18870e6eb0d846ac7cdbd12dc60ae8c0e1d1d0a7 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 26 Sep 2012 03:26:07 +0000 Subject: comment out deprecated LAME function: lame_set_padding_type() svn path=/trunk/externals/unauthorized/; revision=16299 --- mp3cast~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mp3cast~.c b/mp3cast~.c index 033f1f3..7657b62 100644 --- a/mp3cast~.c +++ b/mp3cast~.c @@ -383,7 +383,7 @@ static void mp3cast_tilde_lame_init(t_mp3cast *x) lame_set_original( x->lgfp, 1 ); lame_set_copyright( x->lgfp, 1 ); /* viva free music societies !!! */ lame_set_disable_reservoir( x->lgfp, 0 ); - lame_set_padding_type( x->lgfp, PAD_NO ); + //lame_set_padding_type( x->lgfp, PAD_NO ); /* deprecated function */ ret = lame_init_params( x->lgfp ); if ( ret<0 ) { -- cgit v1.2.1