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
ee79a3a8
Commit
ee79a3a8
authored
May 17, 2004
by
Warren Dukes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ignore crc stuff for mp3's cause some mp3's have foobar'd CRC's
git-svn-id:
https://svn.musicpd.org/mpd/trunk@1039
09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent
0db46f05
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
TODO
TODO
+1
-0
mp3_decode.c
src/mp3_decode.c
+1
-0
No files found.
TODO
View file @
ee79a3a8
...
...
@@ -5,6 +5,7 @@
process!
b) pass decoderControl to inputStream, so that if we are doing blocking
stuff, its easy to halt it and return
c) for mp3, remember to turn off IGNORECRC for mp3 streams
2) streaming and playing in general
a) determine a clever interface to play, so that play doesn't block
...
...
src/mp3_decode.c
View file @
ee79a3a8
...
...
@@ -154,6 +154,7 @@ int initMp3DecodeData(mp3DecodeData * data, char * file) {
data
->
flush
=
1
;
mad_stream_init
(
&
data
->
stream
);
data
->
stream
.
options
|=
MAD_OPTION_IGNORECRC
;
mad_frame_init
(
&
data
->
frame
);
mad_synth_init
(
&
data
->
synth
);
mad_timer_reset
(
&
data
->
timer
);
...
...
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