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
1c03d1e8
Commit
1c03d1e8
authored
Sep 19, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decoder/sndfile: remove obsolete code comment
parent
f8804c8a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
SndfileDecoderPlugin.cxx
src/decoder/plugins/SndfileDecoderPlugin.cxx
+0
-3
No files found.
src/decoder/plugins/SndfileDecoderPlugin.cxx
View file @
1c03d1e8
...
@@ -200,9 +200,6 @@ sndfile_stream_decode(Decoder &decoder, InputStream &is)
...
@@ -200,9 +200,6 @@ sndfile_stream_decode(Decoder &decoder, InputStream &is)
return
;
return
;
}
}
/* for now, always read 32 bit samples. Later, we could lower
MPD's CPU usage by reading 16 bit samples with
sf_readf_short() on low-quality source files. */
Error
error
;
Error
error
;
AudioFormat
audio_format
;
AudioFormat
audio_format
;
if
(
!
audio_format_init_checked
(
audio_format
,
info
.
samplerate
,
if
(
!
audio_format_init_checked
(
audio_format
,
info
.
samplerate
,
...
...
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