diff src/alac/demux.h @ 85:86ce11c6b8c3 trunk

[svn] - Imported a few changes from alac decoder 0.1.3 - Added myself to AUTHORS
author js
date Wed, 04 Oct 2006 21:01:38 -0700
parents 722fd456ae1a
children 74df3bd6f472
line wrap: on
line diff
--- a/src/alac/demux.h	Wed Oct 04 18:42:11 2006 -0700
+++ b/src/alac/demux.h	Wed Oct 04 21:01:38 2006 -0700
@@ -12,6 +12,8 @@
     stream_t *stream;
     alac_file *alac;
 
+    int format_read;
+
     uint16_t num_channels;
     uint16_t sample_size;
     uint32_t sample_rate;