mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
tests/vorbis_test.c : More parameter tweaks.
This commit is contained in:
parent
6e4137e939
commit
7a2f9d2785
@ -75,7 +75,7 @@ vorbis_test (void)
|
||||
max_abs = max_float (max_abs, fabs (float_data [k])) ;
|
||||
|
||||
if (max_abs > 1.02)
|
||||
{ printf ("\n\n max_abs : %f\n\n", max_abs) ;
|
||||
{ printf ("\n\n Error : max_abs %f should be < 1.02.\n\n", max_abs) ;
|
||||
exit (1) ;
|
||||
} ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user