summaryrefslogtreecommitdiff
path: root/src/libreal/audio_decoder.c
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-12-14 20:01:18 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-12-14 20:01:18 +0000
commitf50d3c0d0448dd41bcb1538af561c4e456d360ee (patch)
treebb871f5403cbab53ffd3ab6e48299f9b87d3bfe9 /src/libreal/audio_decoder.c
parent9f7d84483f7a8791f3cdc514bd7895088db3ee94 (diff)
downloadxine-lib-f50d3c0d0448dd41bcb1538af561c4e456d360ee.tar.gz
xine-lib-f50d3c0d0448dd41bcb1538af561c4e456d360ee.tar.bz2
pts are now delivered in 1/90000 second units
CVS patchset: 3524 CVS date: 2002/12/14 20:01:18
Diffstat (limited to 'src/libreal/audio_decoder.c')
-rw-r--r--src/libreal/audio_decoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libreal/audio_decoder.c b/src/libreal/audio_decoder.c
index c3b9a8efe..755e28003 100644
--- a/src/libreal/audio_decoder.c
+++ b/src/libreal/audio_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: audio_decoder.c,v 1.9 2002/12/10 19:47:02 guenter Exp $
+ * $Id: audio_decoder.c,v 1.10 2002/12/14 20:01:18 guenter Exp $
*
* thin layer to use real binary-only codecs in xine
*
@@ -557,7 +557,7 @@ static void realdec_decode_data (video_decoder_t *this_gen, buf_element_t *buf)
printf ("libareal: raDecode result %d, len=%d\n", result, len);
#endif
- audio_buffer->vpts = this->pts*90; /* FIXME */
+ audio_buffer->vpts = this->pts;
this->pts = 0;