comparison src/vorbis/vorbis.c @ 1395:761e17b23e0c

added Discovery plugin type
author Cristi Magherusan <majeru@atheme-project.org>
date Fri, 03 Aug 2007 07:21:36 +0300
parents 85ffec632924
children 59f2c23810bc
comparison
equal deleted inserted replaced
1394:2e25c7a29ac2 1395:761e17b23e0c
127 vorbis_fmts, 127 vorbis_fmts,
128 }; 128 };
129 129
130 InputPlugin *vorbis_iplist[] = { &vorbis_ip, NULL }; 130 InputPlugin *vorbis_iplist[] = { &vorbis_ip, NULL };
131 131
132 DECLARE_PLUGIN(vorbis, NULL, NULL, vorbis_iplist, NULL, NULL, NULL, NULL); 132 DECLARE_PLUGIN(vorbis, NULL, NULL, vorbis_iplist, NULL, NULL, NULL, NULL, NULL);
133 133
134 static OggVorbis_File vf; 134 static OggVorbis_File vf;
135 135
136 static GThread *thread; 136 static GThread *thread;
137 static int vorbis_is_streaming = 0; 137 static int vorbis_is_streaming = 0;