Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
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
Иван Мажукин
mpd
Commits
a0dd1a1b
Commit
a0dd1a1b
authored
Dec 21, 2010
by
Alex Viskovatoff
Committed by
Max Kellermann
Dec 21, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
audio_check: fix parameter in prototype
parent
c360e691
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
NEWS
NEWS
+1
-0
audio_check.h
src/audio_check.h
+1
-1
No files found.
NEWS
View file @
a0dd1a1b
ver 0.16.1 (2010/??/??)
ver 0.16.1 (2010/??/??)
* audio_check: fix parameter in prototype
ver 0.16 (2010/12/11)
ver 0.16 (2010/12/11)
...
...
src/audio_check.h
View file @
a0dd1a1b
...
@@ -38,7 +38,7 @@ bool
...
@@ -38,7 +38,7 @@ bool
audio_check_sample_rate
(
unsigned
long
sample_rate
,
GError
**
error_r
);
audio_check_sample_rate
(
unsigned
long
sample_rate
,
GError
**
error_r
);
bool
bool
audio_check_sample_format
(
unsigned
sample_format
,
GError
**
error_r
);
audio_check_sample_format
(
enum
sample_format
,
GError
**
error_r
);
bool
bool
audio_check_channel_count
(
unsigned
sample_format
,
GError
**
error_r
);
audio_check_channel_count
(
unsigned
sample_format
,
GError
**
error_r
);
...
...
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