# HG changeset patch # User aurel # Date 1219783084 0 # Node ID db75e26da5990c919fe5b89ed3a052a332b660c6 # Parent b0ab5575a1bcef54e4a9290703fafb2c6850e4a6 remove useless assignment (st is never read after this line) diff -r b0ab5575a1bc -r db75e26da599 utils.c --- 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)