[FFmpeg-cvslog] r18565 - trunk/libavformat/asfdec.c

michael subversion
Fri Apr 17 17:13:01 CEST 2009


Author: michael
Date: Fri Apr 17 17:13:01 2009
New Revision: 18565

Log:
Remove nonsensical assignment from asf_read_seek() found by CSA.

Modified:
   trunk/libavformat/asfdec.c

Modified: trunk/libavformat/asfdec.c
==============================================================================
--- trunk/libavformat/asfdec.c	Fri Apr 17 17:10:37 2009	(r18564)
+++ trunk/libavformat/asfdec.c	Fri Apr 17 17:13:01 2009	(r18565)
@@ -1045,7 +1045,6 @@ static int asf_read_seek(AVFormatContext
 
         /* 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);



More information about the ffmpeg-cvslog mailing list