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
a2b24462
Commit
a2b24462
authored
Aug 26, 2008
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renamed decoderInit() to decoder_thread_start()
parent
56cdce69
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
decoder_thread.c
src/decoder_thread.c
+1
-1
decoder_thread.h
src/decoder_thread.h
+1
-1
main.c
src/main.c
+1
-1
No files found.
src/decoder_thread.c
View file @
a2b24462
...
...
@@ -187,7 +187,7 @@ static void * decoder_task(mpd_unused void *arg)
return
NULL
;
}
void
decoder
Ini
t
(
void
)
void
decoder
_thread_star
t
(
void
)
{
pthread_attr_t
attr
;
pthread_t
decoder_thread
;
...
...
src/decoder_thread.h
View file @
a2b24462
...
...
@@ -20,6 +20,6 @@
#ifndef DECODER_THREAD_H
#define DECODER_THREAD_H
void
decoder
Ini
t
(
void
);
void
decoder
_thread_star
t
(
void
);
#endif
src/main.c
View file @
a2b24462
...
...
@@ -433,7 +433,7 @@ int main(int argc, char *argv[])
initZeroconf
();
openVolumeDevice
();
decoder
Ini
t
();
decoder
_thread_star
t
();
player_create
();
read_state_file
();
...
...
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