mirror of
http://mpg123.de/trunk/.git
synced 2025-10-23 16:48:31 +03:00
mpg123/term: no offset here
git-svn-id: svn://scm.orgis.org/mpg123/trunk@4667 35dc7657-300d-0410-a2e5-dc2837fedb53
This commit is contained in:
@@ -406,7 +406,7 @@ static void term_handle_key(mpg123_handle *fr, out123_handle *ao, char val)
|
||||
case MPG123_PITCH_ZERO_KEY: new_pitch = 0.0; break;
|
||||
}
|
||||
if(param.verbose)
|
||||
print_stat(fr,offset,ao,0,¶m);
|
||||
print_stat(fr,0,ao,0,¶m);
|
||||
set_pitch(fr, ao, new_pitch);
|
||||
if(param.verbose > 1)
|
||||
fprintf(stderr, "\nNew pitch: %f\n", param.pitch);
|
||||
|
Reference in New Issue
Block a user