aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-05-17 19:47:21 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-05-17 19:47:21 +0000
commitee79a3a8fdd119444ff76d993678a56ed635df2b (patch)
tree7e23d551171f7ba68a4be7a9b50f3c5b0d21178d /TODO
parent0db46f05923f4dec3a2986b0fb01953429e3326d (diff)
downloadmpd-ee79a3a8fdd119444ff76d993678a56ed635df2b.tar.gz
mpd-ee79a3a8fdd119444ff76d993678a56ed635df2b.tar.xz
mpd-ee79a3a8fdd119444ff76d993678a56ed635df2b.zip
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
Diffstat (limited to '')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index fada5bd29..8b4f5f63e 100644
--- a/TODO
+++ b/TODO
@@ -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