# HG changeset patch # User diego # Date 1242754227 0 # Node ID 09b3564c17e53d46da96e990b5b68a0ac956c649 # Parent 5a730e38f1b3b1d2e96c74f3085ca4a271670ebe cosmetics: Move AMR-WB-specific code to the AMR-WB part of the file. diff -r 5a730e38f1b3 -r 09b3564c17e5 libamr.c --- a/libamr.c Mon May 18 08:21:50 2009 +0000 +++ b/libamr.c Tue May 19 17:30:27 2009 +0000 @@ -62,8 +62,6 @@ static const char nb_bitrate_unsupported[] = "bitrate not supported: use one of 4.75k, 5.15k, 5.9k, 6.7k, 7.4k, 7.95k, 10.2k or 12.2k\n"; -static const char wb_bitrate_unsupported[] = - "bitrate not supported: use one of 6.6k, 8.85k, 12.65k, 14.25k, 15.85k, 18.25k, 19.85k, 23.05k, or 23.85k\n"; /* Common code for fixed and float version*/ typedef struct AMR_bitrates { @@ -277,6 +275,9 @@ #include #include +static const char wb_bitrate_unsupported[] = + "bitrate not supported: use one of 6.6k, 8.85k, 12.65k, 14.25k, 15.85k, 18.25k, 19.85k, 23.05k, or 23.85k\n"; + /* Common code for fixed and float version*/ typedef struct AMRWB_bitrates { int rate;