diff options
Diffstat (limited to 'src/demuxers/demux_smjpeg.c')
-rw-r--r-- | src/demuxers/demux_smjpeg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_smjpeg.c b/src/demuxers/demux_smjpeg.c index e16dafc7f..220efc491 100644 --- a/src/demuxers/demux_smjpeg.c +++ b/src/demuxers/demux_smjpeg.c @@ -21,7 +21,7 @@ * For more information on the SMJPEG file format, visit: * http://www.lokigames.com/development/smjpeg.php3 * - * $Id: demux_smjpeg.c,v 1.33 2003/01/08 01:02:28 miguelfreitas Exp $ + * $Id: demux_smjpeg.c,v 1.34 2003/01/10 11:57:17 miguelfreitas Exp $ */ #ifdef HAVE_CONFIG_H @@ -271,7 +271,7 @@ static int demux_smjpeg_send_chunk(demux_plugin_t *this_gen) { buf->extra_info->input_pos = current_file_pos; buf->extra_info->input_length = this->input_length; - buf->extra_info->input_time = pts / 90000; + buf->extra_info->input_time = pts / 90; buf->pts = pts; if (last_frame_pts) { |