diff options
Diffstat (limited to 'src/demuxers/demux_avi.c')
-rw-r--r-- | src/demuxers/demux_avi.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/demuxers/demux_avi.c b/src/demuxers/demux_avi.c index 3d9503856..8465ced4c 100644 --- a/src/demuxers/demux_avi.c +++ b/src/demuxers/demux_avi.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: demux_avi.c,v 1.153 2003/03/07 12:51:47 guenter Exp $ + * $Id: demux_avi.c,v 1.154 2003/03/27 18:56:58 miguelfreitas Exp $ * * demultiplexer for avi streams * @@ -1115,9 +1115,6 @@ static int demux_avi_next (demux_avi_t *this, int decoder_flags) { return 0; } - buf->extra_info->input_time = audio_pts / 90; - buf->extra_info->input_pos = this->input->get_current_pos(this->input); - buf->type = audio->audio_type | i; if(this->audio_fifo) { |