diff avidec.c @ 851:62e66722e9bb libavformat

Kill some compiler warnings. Compiled code verified identical after changes.
author mru
date Tue, 06 Sep 2005 21:25:35 +0000
parents 43210d766412
children da1d5db0ce5c
line wrap: on
line diff
--- a/avidec.c	Tue Sep 06 15:02:43 2005 +0000
+++ b/avidec.c	Tue Sep 06 21:25:35 2005 +0000
@@ -366,7 +366,7 @@
     }
     
     if(avi->non_interleaved){
-        int best_stream_index;
+        int best_stream_index = 0;
         AVStream *best_st= NULL;
         AVIStream *best_ast;
         int64_t best_ts= INT64_MAX;