comparison 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
comparison
equal deleted inserted replaced
84:fa9e4ed85309 85:86ce11c6b8c3
9 9
10 typedef struct 10 typedef struct
11 { 11 {
12 stream_t *stream; 12 stream_t *stream;
13 alac_file *alac; 13 alac_file *alac;
14
15 int format_read;
14 16
15 uint16_t num_channels; 17 uint16_t num_channels;
16 uint16_t sample_size; 18 uint16_t sample_size;
17 uint32_t sample_rate; 19 uint32_t sample_rate;
18 fourcc_t format; 20 fourcc_t format;