aboutsummaryrefslogtreecommitdiff
path: root/mp3cast~.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp3cast~.c')
-rw-r--r--mp3cast~.c2
1 files changed, 1 insertions, 1 deletions
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 )
{