From 20e75c8b5005f51f180bb752597c25d6f6fba366 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Sat, 24 May 2003 13:21:24 +0000 Subject: Fix some comments. add some more parsing. CVS patchset: 4920 CVS date: 2003/05/24 13:21:24 --- src/libdts/xine_decoder.c | 54 +++++++++++++++++++++++++++++++++++------------ 1 file changed, 40 insertions(+), 14 deletions(-) diff --git a/src/libdts/xine_decoder.c b/src/libdts/xine_decoder.c index 7737e5e39..833e8be81 100644 --- a/src/libdts/xine_decoder.c +++ b/src/libdts/xine_decoder.c @@ -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: xine_decoder.c,v 1.39 2003/05/23 22:14:29 jcdutton Exp $ + * $Id: xine_decoder.c,v 1.40 2003/05/24 13:21:24 jcdutton Exp $ * * 04-09-2001 DTS passtrough (C) Joachim Koenig * 09-12-2001 DTS passthrough inprovements (C) James Courtier-Dutton @@ -214,7 +214,7 @@ static void dts_parse_data (dts_decoder_t *this, buf_element_t *buf) { uint8_t audio_sync_word_insertion_flag; uint8_t low_frequency_effects_flag; uint8_t predictor_history_flag_switch; - uint16_t header_crc_check_bytes; + uint16_t header_crc_check_bytes=0; uint8_t multirate_interpolator_switch; uint8_t encoder_software_revision; uint8_t copy_history; @@ -364,37 +364,37 @@ static void dts_parse_data (dts_decoder_t *this, buf_element_t *buf) { for (ch=0; ch