changeset 4886:0dcec0a53438 libavformat

Remove nonsensical assignment from asf_read_seek() found by CSA.
author michael
date Fri, 17 Apr 2009 15:13:01 +0000
parents 6dcc7fc57422
children acb51f192e13
files asfdec.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/asfdec.c	Fri Apr 17 14:38:52 2009 +0000
+++ b/asfdec.c	Fri Apr 17 15:13:01 2009 +0000
@@ -1045,7 +1045,6 @@
 
         /* 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);