mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
libopencore-amr: Cosmetics: Rewrap and align
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
02c63a109f
commit
882221afde
@ -53,14 +53,10 @@ typedef struct AMR_bitrates {
|
|||||||
static int get_bitrate_mode(int bitrate)
|
static int get_bitrate_mode(int bitrate)
|
||||||
{
|
{
|
||||||
/* make the correspondance between bitrate and mode */
|
/* make the correspondance between bitrate and mode */
|
||||||
static const AMR_bitrates rates[] = {{ 4750, MR475},
|
static const AMR_bitrates rates[] = {
|
||||||
{ 5150, MR515},
|
{ 4750, MR475 }, { 5150, MR515 }, { 5900, MR59 }, { 6700, MR67 },
|
||||||
{ 5900, MR59},
|
{ 7400, MR74 }, { 7950, MR795 }, { 10200, MR102 }, { 12200, MR122 }
|
||||||
{ 6700, MR67},
|
};
|
||||||
{ 7400, MR74},
|
|
||||||
{ 7950, MR795},
|
|
||||||
{10200, MR102},
|
|
||||||
{12200, MR122}, };
|
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
for (i = 0; i < 8; i++)
|
for (i = 0; i < 8; i++)
|
||||||
|
Loading…
Reference in New Issue
Block a user