diff mov.c @ 2164:3804e39efbfd libavformat

misc spelling fixes
author diego
date Tue, 12 Jun 2007 09:29:25 +0000
parents f5671ebda7cd
children 0cfc556604e3
line wrap: on
line diff
--- a/mov.c	Tue Jun 12 08:06:54 2007 +0000
+++ b/mov.c	Tue Jun 12 09:29:25 2007 +0000
@@ -751,7 +751,7 @@
                 break;
             }
 
-            //Read QT version 1 fields. In version 0 theese dont exist
+            //Read QT version 1 fields. In version 0 these do not exist.
             dprintf(c->fc, "version =%d, isom =%d\n",version,c->isom);
             if(!c->isom) {
                 if(version==1) {
@@ -1423,7 +1423,7 @@
     }
 
     for(i=0; i<mov->total_streams; i++) {
-        /* dont need those anymore */
+        /* Do not need those anymore. */
         av_freep(&mov->streams[i]->chunk_offsets);
         av_freep(&mov->streams[i]->sample_to_chunk);
         av_freep(&mov->streams[i]->sample_sizes);