]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavformat/asfdec.c
Remove nonsensical assignment from asf_read_seek() found by CSA.
[frescor/ffmpeg.git] / libavformat / asfdec.c
index cc1ce97b88c3c8349ad3e1c711c38e37a034f2e2..805087f174c953a2b71547be0e1f3640e78ee0ed 100644 (file)
@@ -1045,7 +1045,6 @@ static int asf_read_seek(AVFormatContext *s, int stream_index, int64_t pts, int
 
         /* find the position */
         pos = st->index_entries[index].pos;
-        pts = st->index_entries[index].timestamp;
 
     // various attempts to find key frame have failed so far
     //    asf_reset_header(s);