summaryrefslogtreecommitdiffstats
path: root/mp3lib/sr1.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/sr1.c')
-rw-r--r--mp3lib/sr1.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/mp3lib/sr1.c b/mp3lib/sr1.c
index 0e8022e357..a3f7b292b1 100644
--- a/mp3lib/sr1.c
+++ b/mp3lib/sr1.c
@@ -65,6 +65,12 @@ LOCAL int mp3_read(char *buf,int size){
#else
extern int mp3_read(char *buf,int size);
#endif
+/*
+ * Modified for use with MPlayer, for details see the CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
+
//void mp3_seek(int pos){
// fseek(mp3_file,pos,SEEK_SET);