summaryrefslogtreecommitdiffstats
path: root/gst/id3demux/id3v2frames.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-10-06 16:13:14 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-10-06 16:13:14 +0000
commit3e413d6b6efbefaf432da283a4f438d239af6857 (patch)
treeed1e2dd807184894bd37ced2f8b5c93c908b1954 /gst/id3demux/id3v2frames.c
parent7480461b726043f904c4ea46c3323e75147c1972 (diff)
gst/id3demux/: Port ID3 tag demuxer over to the new GstTagDemux in -base (now would be a good time to test re-importi...
Original commit message from CVS: * gst/id3demux/gstid3demux.c: * gst/id3demux/gstid3demux.h: * gst/id3demux/id3tags.c: * gst/id3demux/id3tags.h: * gst/id3demux/id3v2frames.c: Port ID3 tag demuxer over to the new GstTagDemux in -base (now would be a good time to test re-importing your music collection).
Diffstat (limited to 'gst/id3demux/id3v2frames.c')
-rw-r--r--gst/id3demux/id3v2frames.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/id3demux/id3v2frames.c b/gst/id3demux/id3v2frames.c
index 153d4943..76d4cbc3 100644
--- a/gst/id3demux/id3v2frames.c
+++ b/gst/id3demux/id3v2frames.c
@@ -61,8 +61,6 @@ static gboolean parse_picture_frame (ID3TagsWorking * work);
#define ID3V2_ENCODING_UTF16BE 0x02
#define ID3V2_ENCODING_UTF8 0x03
-extern guint read_synch_uint (guint8 * data, guint size);
-
gboolean
id3demux_id3v2_parse_frame (ID3TagsWorking * work)
{