summaryrefslogtreecommitdiffstats
path: root/gst/auparse/gstauparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/auparse/gstauparse.h')
-rw-r--r--gst/auparse/gstauparse.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gst/auparse/gstauparse.h b/gst/auparse/gstauparse.h
index a74d6818..55d13e21 100644
--- a/gst/auparse/gstauparse.h
+++ b/gst/auparse/gstauparse.h
@@ -62,10 +62,6 @@ struct _GstAuParse {
guint samplerate;
guint endianness;
guint channels;
-
- /* audioconvert only handles float in native endianness,
- * so we need to swap endianness here ourselves for now */
- guint float_swap; /* 0, 32 or 64 */
};
struct _GstAuParseClass {