[Ffmpeg-cvslog] CVS: ffmpeg/libavformat asf.c,1.92,1.93

Måns Rullgård CVS mru
Sat Feb 25 23:41:33 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv6321

Modified Files:
	asf.c 
Log Message:
kill some warnings


Index: asf.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/asf.c,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- asf.c	12 Feb 2006 02:22:46 -0000	1.92
+++ asf.c	25 Feb 2006 22:41:31 -0000	1.93
@@ -376,7 +376,7 @@
         } else if (!memcmp(&g, &ext_stream_header, sizeof(GUID))) {
             int ext_len, payload_ext_ct, stream_ct;
             uint32_t ext_d;
-            int64_t pos_ex_st, pos_curr;
+            int64_t pos_ex_st;
             pos_ex_st = url_ftell(pb);
 
             get_le64(pb);





More information about the ffmpeg-cvslog mailing list