summaryrefslogtreecommitdiff
path: root/src/libreal/audio_decoder.c
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-12-07 01:55:36 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-12-07 01:55:36 +0000
commit93d93af6c24fa2a0eb0e5c05181582c68b2c8e9a (patch)
tree431de9c2fdf63bf38bfa27d55ca59f4d9ae4fef2 /src/libreal/audio_decoder.c
parenta06b20bf079dc4586dde3f26f261161e40b6ccc6 (diff)
downloadxine-lib-93d93af6c24fa2a0eb0e5c05181582c68b2c8e9a.tar.gz
xine-lib-93d93af6c24fa2a0eb0e5c05181582c68b2c8e9a.tar.bz2
hush, set default framerate a little lower
CVS patchset: 3456 CVS date: 2002/12/07 01:55:36
Diffstat (limited to 'src/libreal/audio_decoder.c')
-rw-r--r--src/libreal/audio_decoder.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libreal/audio_decoder.c b/src/libreal/audio_decoder.c
index 75c822ea8..a22ac8d67 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.6 2002/12/07 00:27:18 guenter Exp $
+ * $Id: audio_decoder.c,v 1.7 2002/12/07 01:55:36 guenter Exp $
*
* thin layer to use real binary-only codecs in xine
*
@@ -549,8 +549,6 @@ static void realdec_decode_data (video_decoder_t *this_gen, buf_element_t *buf)
audio_buffer->vpts = this->pts*90; /* FIXME */
- printf ("libareal: pts = %lld\n", audio_buffer->vpts);
-
this->pts = 0;
audio_buffer->num_frames = len/this->sample_size;;