diff avienc.c @ 122:013a7a0f2a1f libavformat

* keeping compiler happy and quiet
author kabi
date Wed, 23 Apr 2003 18:38:34 +0000
parents c720ddf380df
children 3b9e4b0a91e2
line wrap: on
line diff
--- a/avienc.c	Wed Apr 23 08:58:42 2003 +0000
+++ b/avienc.c	Wed Apr 23 18:38:34 2003 +0000
@@ -525,9 +525,9 @@
     unsigned char tag[5];
 
     if (!url_is_streamed(pb)) {
-	AVIIentry* ie, *tie;
+	AVIIentry* ie = 0, *tie;
 	int entry[MAX_STREAMS];
-	int empty, stream_id;
+	int empty, stream_id = -1;
 
 	idx_chunk = start_tag(pb, "idx1");
 	memset(&entry[0], 0, sizeof(entry));