Mercurial > libavformat.hg
changeset 3783:db75e26da599 libavformat
remove useless assignment (st is never read after this line)
author | aurel |
---|---|
date | Tue, 26 Aug 2008 20:38:04 +0000 |
parents | b0ab5575a1bc |
children | d370d80ad1df |
files | utils.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/utils.c Tue Aug 26 20:32:27 2008 +0000 +++ b/utils.c Tue Aug 26 20:38:04 2008 +0000 @@ -1557,7 +1557,6 @@ /* timestamp for default must be expressed in AV_TIME_BASE units */ timestamp = av_rescale(timestamp, st->time_base.den, AV_TIME_BASE * (int64_t)st->time_base.num); } - st= s->streams[stream_index]; /* first, we try the format specific seek */ if (s->iformat->read_seek)