diff mpegts.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 feca73904e67
children 66cc656ea404
line wrap: on
line diff
--- a/mpegts.c	Tue Sep 06 15:02:43 2005 +0000
+++ b/mpegts.c	Tue Sep 06 21:25:35 2005 +0000
@@ -376,7 +376,7 @@
     const uint8_t *p, *p_end, *desc_list_end, *desc_end;
     int program_info_length, pcr_pid, pid, stream_type;
     int desc_list_len, desc_len, desc_tag;
-    int comp_page, anc_page;
+    int comp_page = 0, anc_page = 0; /* initialize to kill warnings */
     char language[4];
     
 #ifdef DEBUG_SI