mirror of https://git.ffmpeg.org/ffmpeg.git
Remove nonsensical assignment from asf_read_seek() found by CSA.
Originally committed as revision 18565 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
87718654b1
commit
5ce73e2352
|
@ -1045,7 +1045,6 @@ static int asf_read_seek(AVFormatContext *s, int stream_index, int64_t pts, int
|
||||||
|
|
||||||
/* find the position */
|
/* find the position */
|
||||||
pos = st->index_entries[index].pos;
|
pos = st->index_entries[index].pos;
|
||||||
pts = st->index_entries[index].timestamp;
|
|
||||||
|
|
||||||
// various attempts to find key frame have failed so far
|
// various attempts to find key frame have failed so far
|
||||||
// asf_reset_header(s);
|
// asf_reset_header(s);
|
||||||
|
|
Loading…
Reference in New Issue