changeset 972:d983c2b9333e libavformat

kill some warnings
author mru
date Sat, 25 Feb 2006 22:41:31 +0000
parents 43f85eba04c4
children 136f654dfc03
files asf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/asf.c	Wed Feb 22 23:46:20 2006 +0000
+++ b/asf.c	Sat Feb 25 22:41:31 2006 +0000
@@ -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);