diff options
Diffstat (limited to 'audio/holyshout/files/patch-holyshout.c')
-rw-r--r-- | audio/holyshout/files/patch-holyshout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/holyshout/files/patch-holyshout.c b/audio/holyshout/files/patch-holyshout.c index c270da050679..61f896678125 100644 --- a/audio/holyshout/files/patch-holyshout.c +++ b/audio/holyshout/files/patch-holyshout.c @@ -208,7 +208,7 @@ - //ret = shout_send_data(&conn, mp3buffer, imp3); - lame_close_infile(&gf) ; - lame_mp3_tags(&gf) ; -+ imp3=lame_encode_finish(gf,mp3buffer,(int)sizeof(mp3buffer)); ++ imp3=lame_encode_flush(gf,mp3buffer,(int)sizeof(mp3buffer)); + lame_close(gf) ; puts("") ; |