summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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++;