aboutsummaryrefslogtreecommitdiff
path: root/ext/cdio/gstcdiocddasrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/cdio/gstcdiocddasrc.h')
-rw-r--r--ext/cdio/gstcdiocddasrc.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/cdio/gstcdiocddasrc.h b/ext/cdio/gstcdiocddasrc.h
index 63cade0..bee5f6d 100644
--- a/ext/cdio/gstcdiocddasrc.h
+++ b/ext/cdio/gstcdiocddasrc.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GST_CDIO_CDDA_SRC_H__
@@ -38,6 +38,8 @@ struct _GstCdioCddaSrc
gint read_speed; /* ATOMIC */
+ gboolean swap_le_be; /* Drive produces samples in other endianness */
+
CdIo *cdio; /* NULL if not open */
};