summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 537ad014..8d6f6e6e 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -198,8 +198,8 @@ typedef struct DB_decoder_s {
// read is called by streamer to decode specified number of bytes
// must return number of bytes that were successfully decoded (sample aligned)
- // dummy function ptr
- int (*read) (char *buffer, int size);
+// // dummy function ptr
+// int (*read) (char *buffer, int size);
// read_int16 must always output 16 bit signed integer samples
int (*read_int16) (char *buffer, int size);