diff options
Diffstat (limited to 'src/demuxers/demux_voc.c')
-rw-r--r-- | src/demuxers/demux_voc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_voc.c b/src/demuxers/demux_voc.c index 4f452d487..21b00d5cd 100644 --- a/src/demuxers/demux_voc.c +++ b/src/demuxers/demux_voc.c @@ -23,7 +23,7 @@ * It will only play that block if it is PCM data. More variations will be * supported as they are encountered. * - * $Id: demux_voc.c,v 1.22 2003/01/04 14:48:12 miguelfreitas Exp $ + * $Id: demux_voc.c,v 1.23 2003/01/10 11:57:18 miguelfreitas Exp $ * */ @@ -183,7 +183,7 @@ static int demux_voc_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) |