summaryrefslogtreecommitdiffstats
path: root/mp3lib/sr1.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-15 22:21:35 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-15 22:21:35 +0000
commit01ad22ac41e420a6c7b2e2da6b2b0e846a47d311 (patch)
tree0f15339b47f139fd69e795fa6ad9bbdb86922068 /mp3lib/sr1.c
parentf5e88339a5288c13e56b476ced5c06b4bfee0562 (diff)
downloadmpv-01ad22ac41e420a6c7b2e2da6b2b0e846a47d311.tar.bz2
mpv-01ad22ac41e420a6c7b2e2da6b2b0e846a47d311.tar.xz
Mark modified imported files as such to comply with (L)GPL ยง2a.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15168 b3059339-0415-0410-9bf9-f77b7e298cf2
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);