diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2001-11-27 00:00:34 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2001-11-27 00:00:34 +0000 |
commit | 8c189f8457736c655a1d70cc974526b0e9d990f2 (patch) | |
tree | c24b06e65e70dda0becbb43e29b9f8e2c0349d3f /src/xine-engine/audio_out.h | |
parent | b7b51c776e50ea0723d0f4967cbf5d3cb7bccdb4 (diff) | |
download | xine-lib-8c189f8457736c655a1d70cc974526b0e9d990f2.tar.gz xine-lib-8c189f8457736c655a1d70cc974526b0e9d990f2.tar.bz2 |
Improve DTS support.
CVS patchset: 1121
CVS date: 2001/11/27 00:00:34
Diffstat (limited to 'src/xine-engine/audio_out.h')
-rw-r--r-- | src/xine-engine/audio_out.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-engine/audio_out.h b/src/xine-engine/audio_out.h index a3f1c65e2..ab219a648 100644 --- a/src/xine-engine/audio_out.h +++ b/src/xine-engine/audio_out.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_out.h,v 1.21 2001/11/20 12:41:58 miguelfreitas Exp $ + * $Id: audio_out.h,v 1.22 2001/11/27 00:00:35 jcdutton Exp $ */ #ifndef HAVE_AUDIO_OUT_H #define HAVE_AUDIO_OUT_H @@ -135,6 +135,8 @@ struct audio_buffer_s { uint32_t vpts; uint32_t scr; + uint32_t frame_header_count; + uint32_t first_access_unit; }; typedef struct ao_instance_s ao_instance_t; |