diff utils.c @ 2165:eac986610f47 libavformat

misc typo fixes
author diego
date Tue, 12 Jun 2007 18:50:50 +0000
parents 3804e39efbfd
children da71207a7cf1
line wrap: on
line diff
--- a/utils.c	Tue Jun 12 09:29:25 2007 +0000
+++ b/utils.c	Tue Jun 12 18:50:50 2007 +0000
@@ -423,7 +423,7 @@
     must_open_file = 1;
     if (fmt && (fmt->flags & AVFMT_NOFILE)) {
         must_open_file = 0;
-        pb= NULL; //FIXME this or memset(pb, 0, sizeof(ByteIOContext)); otherwise its uninitalized
+        pb= NULL; //FIXME this or memset(pb, 0, sizeof(ByteIOContext)); otherwise it is uninitialized
     }
 
     if (!fmt || must_open_file) {
@@ -1098,7 +1098,7 @@
 
     ts_max=
     ts_min= AV_NOPTS_VALUE;
-    pos_limit= -1; //gcc falsely says it may be uninitalized
+    pos_limit= -1; //gcc falsely says it may be uninitialized
 
     st= s->streams[stream_index];
     if(st->index_entries){