Mercurial > audlegacy-plugins
diff src/cdaudio-ng/cdaudio-ng.c @ 2049:9550e809dc12
Added a short TODO comment section.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Sun, 14 Oct 2007 01:33:02 +0300 |
| parents | 3df7015bd4bb |
| children | 2f2ffbc2d04d |
line wrap: on
line diff
--- a/src/cdaudio-ng/cdaudio-ng.c Sun Oct 14 01:26:06 2007 +0300 +++ b/src/cdaudio-ng/cdaudio-ng.c Sun Oct 14 01:33:02 2007 +0300 @@ -16,6 +16,12 @@ * along with this program. If not, see <http://www.gnu.org/licenses>. */ +/* TODO (added by ccr) + * - DAE seems to be always used, does analog mode work at all? + * - maybe make CDDB lib optional? + * - use_cddb/use_cdtext don't seem to be checked in all necessary places. why? + */ + #include "config.h" #include <string.h>
