summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_cdda.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demuxers/demux_cdda.c')
-rw-r--r--src/demuxers/demux_cdda.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_cdda.c b/src/demuxers/demux_cdda.c
index f469da5b9..0c276ebee 100644
--- a/src/demuxers/demux_cdda.c
+++ b/src/demuxers/demux_cdda.c
@@ -22,7 +22,7 @@
* linear PCM "decoder" (which in turn sends them directly to the audio
* output target; this is a really fancy CD-playing architecture).
*
- * $Id: demux_cdda.c,v 1.1 2003/01/05 06:48:16 tmmm Exp $
+ * $Id: demux_cdda.c,v 1.2 2003/01/10 11:57:16 miguelfreitas Exp $
*
*/
@@ -94,7 +94,7 @@ static int demux_cdda_send_chunk (demux_plugin_t *this_gen) {
buf->pts = buf->extra_info->input_pos;
buf->pts *= 90000;
buf->pts /= CD_BYTES_PER_SECOND;
- buf->extra_info->input_time = buf->pts / 90000;
+ buf->extra_info->input_time = buf->pts / 90;
buf->decoder_flags |= BUF_FLAG_FRAME_END;
if (this->seek_flag) {