summaryrefslogtreecommitdiff
path: root/src/libdts/xine_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libdts/xine_decoder.c')
-rw-r--r--src/libdts/xine_decoder.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libdts/xine_decoder.c b/src/libdts/xine_decoder.c
index 89b8cf1d2..b45dcf5c8 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.14 2002/02/09 07:13:23 guenter Exp $
+ * $Id: xine_decoder.c,v 1.15 2002/03/11 12:31:25 guenter Exp $
*
* 04-09-2001 DTS passtrough (C) Joachim Koenig
* 09-12-2001 DTS passthrough inprovements (C) James Courtier-Dutton
@@ -124,10 +124,8 @@ void dts_decode_data (audio_decoder_t *this_gen, buf_element_t *buf) {
/* printf("DTS first access unit=%u\n",audio_buffer->first_access_unit); */
if (n == first_access_unit) {
audio_buffer->vpts = buf->pts;
- audio_buffer->scr = buf->scr;
} else {
audio_buffer->vpts = 0;
- audio_buffer->scr = 0;
}
data_out=(uint8_t *) audio_buffer->mem;