aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-09-26 03:26:07 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:23:30 +0200
commit18870e6eb0d846ac7cdbd12dc60ae8c0e1d1d0a7 (patch)
tree336b8806d548a18ef10cdbf9f47b98c8fa9c5cb8
parent275e410bb3b0435376f80225570aa0d6ce24c886 (diff)
comment out deprecated LAME function: lame_set_padding_type()
svn path=/trunk/externals/unauthorized/; revision=16299
-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 )
{