summaryrefslogtreecommitdiffstats
path: root/gst/auparse
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-05-20 21:55:28 +0000
committerDavid Schleef <ds@schleef.org>2003-05-20 21:55:28 +0000
commit40998b3018e1eca6ffc1ae8a36766456222db100 (patch)
treee91a90d025e327f248b0401338446e6c9f8ce743 /gst/auparse
parent3a70d95a844b450926cdb9ff9237120802e13be2 (diff)
Fix typo in last checkin
Original commit message from CVS: Fix typo in last checkin
Diffstat (limited to 'gst/auparse')
-rw-r--r--gst/auparse/gstauparse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/auparse/gstauparse.c b/gst/auparse/gstauparse.c
index ed0b154c..269766a2 100644
--- a/gst/auparse/gstauparse.c
+++ b/gst/auparse/gstauparse.c
@@ -210,7 +210,6 @@ gst_auparse_chain (GstPad *pad, GstBuffer *buf)
/* and of course, someone had to invent a little endian
* version. Used by DEC systems. */
- /*
} else if (GUINT32_FROM_LE (*head) == 0x0064732E) {
auparse->le = 1;
head++;