On 2013-11-04 18:08:30 +0100, Anton Khirnov wrote: > From: Marton Balint <[email protected]> > > Fixes audio packet pts values in some files generated by AVID TRMG 3.01. > > Signed-off-by: Marton Balint <[email protected]> > Reviewed-by: Tomas Härdin <[email protected]> > Signed-off-by: Anton Khirnov <[email protected]> > --- > libavformat/mxfdec.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c > index dedf636..3fcdb82 100644 > --- a/libavformat/mxfdec.c > +++ b/libavformat/mxfdec.c > @@ -2230,6 +2230,7 @@ static int mxf_read_seek(AVFormatContext *s, int > stream_index, int64_t sample_ti > if ((ret = avio_seek(s->pb, (s->bit_rate * seconds) >> 3, SEEK_SET)) < 0) > return ret; > ff_update_cur_dts(s, st, sample_time); > + mxf->current_edit_unit = sample_time; > } else { > t = &mxf->index_tables[0];
looks ok Janne _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
