summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_wav.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demuxers/demux_wav.c')
-rw-r--r--src/demuxers/demux_wav.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_wav.c b/src/demuxers/demux_wav.c
index 54c5b1cd9..d73c531be 100644
--- a/src/demuxers/demux_wav.c
+++ b/src/demuxers/demux_wav.c
@@ -20,7 +20,7 @@
* MS WAV File Demuxer by Mike Melanson (melanson@pcisys.net)
* based on WAV specs that are available far and wide
*
- * $Id: demux_wav.c,v 1.31 2003/01/08 01:02:28 miguelfreitas Exp $
+ * $Id: demux_wav.c,v 1.32 2003/01/10 11:57:18 miguelfreitas Exp $
*
*/
@@ -175,7 +175,7 @@ static int demux_wav_send_chunk(demux_plugin_t *this_gen) {
buf->type = this->audio_type;
buf->extra_info->input_pos = current_file_pos;
buf->extra_info->input_length = this->data_size;
- buf->extra_info->input_time = current_pts / 90000;
+ buf->extra_info->input_time = current_pts / 90;
buf->pts = current_pts;
if (remaining_sample_bytes > buf->max_size)