Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
a513d401
Commit
a513d401
authored
Mar 28, 2009
by
Christian Costa
Committed by
Alexandre Julliard
Mar 30, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winemp3: Add missing sampling frequencies.
parent
3e099d01
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
4 deletions
+14
-4
mpegl3.c
dlls/winemp3.acm/mpegl3.c
+14
-4
No files found.
dlls/winemp3.acm/mpegl3.c
View file @
a513d401
...
...
@@ -75,16 +75,26 @@ static const Format PCM_Formats[] =
{
{
1
,
8
,
8000
},
{
2
,
8
,
8000
},
{
1
,
16
,
8000
},
{
2
,
16
,
8000
},
{
1
,
8
,
11025
},
{
2
,
8
,
11025
},
{
1
,
16
,
11025
},
{
2
,
16
,
11025
},
{
1
,
8
,
12000
},
{
2
,
8
,
12000
},
{
1
,
16
,
12000
},
{
2
,
16
,
12000
},
{
1
,
8
,
16000
},
{
2
,
8
,
16000
},
{
1
,
16
,
16000
},
{
2
,
16
,
16000
},
{
1
,
8
,
22050
},
{
2
,
8
,
22050
},
{
1
,
16
,
22050
},
{
2
,
16
,
22050
},
{
1
,
8
,
24000
},
{
2
,
8
,
24000
},
{
1
,
16
,
24000
},
{
2
,
16
,
24000
},
{
1
,
8
,
32000
},
{
2
,
8
,
32000
},
{
1
,
16
,
32000
},
{
2
,
16
,
32000
},
{
1
,
8
,
44100
},
{
2
,
8
,
44100
},
{
1
,
16
,
44100
},
{
2
,
16
,
44100
},
{
1
,
8
,
48000
},
{
2
,
8
,
48000
},
{
1
,
16
,
48000
},
{
2
,
16
,
48000
}
,
{
1
,
8
,
48000
},
{
2
,
8
,
48000
},
{
1
,
16
,
48000
},
{
2
,
16
,
48000
}
};
static
const
Format
MPEG3_Formats
[]
=
{
{
1
,
0
,
8000
},
{
2
,
0
,
8000
},
{
1
,
0
,
11025
},
{
2
,
0
,
11025
},
{
1
,
0
,
22050
},
{
2
,
0
,
22050
},
{
1
,
0
,
44100
},
{
2
,
0
,
44100
},
{
1
,
0
,
48000
},
{
2
,
0
,
48000
},
{
1
,
0
,
8000
},
{
2
,
0
,
8000
},
{
1
,
0
,
11025
},
{
2
,
0
,
11025
},
{
1
,
0
,
12000
},
{
2
,
0
,
12000
},
{
1
,
0
,
16000
},
{
2
,
0
,
16000
},
{
1
,
0
,
22050
},
{
2
,
0
,
22050
},
{
1
,
0
,
24000
},
{
2
,
0
,
24000
},
{
1
,
0
,
32000
},
{
2
,
0
,
32000
},
{
1
,
0
,
44100
},
{
2
,
0
,
44100
},
{
1
,
0
,
48000
},
{
2
,
0
,
48000
}
};
#define NUM_PCM_FORMATS (sizeof(PCM_Formats) / sizeof(PCM_Formats[0]))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment