avidemux: Only call convert function if we have strf.auds

This commit is contained in:
Edward Hervey 2009-10-18 15:49:29 +02:00
parent af99a4a1de
commit 1936d6ed26

View file

@ -1239,7 +1239,7 @@ gst_avi_demux_get_buffer_info (GstAviDemux * avi, GstAviStream * stream,
*ts_end = avi_stream_convert_frames_to_time_unchecked (stream,
entry_n + 1);
}
} else {
} else if (stream->strh->type == GST_RIFF_FCC_auds) {
/* constant rate stream */
if (timestamp)
*timestamp =