Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : eplayer

Dir     : misc/eplayer/src/input/vorbis


Modified Files:
        vorbis.c 


Log Message:
Added ID3 support to the libavcodec input plugin
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/input/vorbis/vorbis.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- vorbis.c    24 Oct 2003 11:38:49 -0000      1.2
+++ vorbis.c    24 Oct 2003 18:56:39 -0000      1.3
@@ -8,7 +8,7 @@
 static char comment[COMMENT_ID_NUM][MAX_COMMENT_LEN] = {{0}};
 static int channels = 0, sample_rate = 0, duration = 0;
 
-void parse_comments(vorbis_comment *vc) {
+static void parse_comments(vorbis_comment *vc) {
        char *cmt, *key[COMMENT_ID_NUM] = {NULL};
        int i, j, len[COMMENT_ID_NUM] = {0};
        




-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to