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
f141d905
Commit
f141d905
authored
Feb 10, 2009
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
audio: removed isCurrentAudioFormat()
This function isn't used anymore.
parent
2a388c2a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
audio.c
src/audio.c
+0
-8
audio.h
src/audio.h
+0
-2
No files found.
src/audio.c
View file @
f141d905
...
...
@@ -218,14 +218,6 @@ void finishAudioDriver(void)
notify_deinit
(
&
audio_output_client_notify
);
}
bool
isCurrentAudioFormat
(
const
struct
audio_format
*
audioFormat
)
{
assert
(
audioFormat
!=
NULL
);
return
audio_format_equals
(
audioFormat
,
&
input_audio_format
);
}
static
void
audio_output_wait_all
(
void
)
{
unsigned
i
;
...
...
src/audio.h
View file @
f141d905
...
...
@@ -72,8 +72,6 @@ void dropBufferedAudio(void);
void
closeAudioDevice
(
void
);
bool
isCurrentAudioFormat
(
const
struct
audio_format
*
audioFormat
);
void
sendMetadataToAudioDevice
(
const
struct
tag
*
tag
);
/* these functions are called in the main parent process while the child
...
...
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