]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/iv8.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / iv8.c
index b1b40929a38690e0585d216021eacf9778dfec3d..fa77f824716f494b3a258081f7dfc6a3933ec06f 100644 (file)
@@ -24,7 +24,7 @@
 
 static int probe(AVProbeData *p)
 {
-    // the single file i have starts with that, i dont know if others do too
+    // the single file I have starts with that, I do not know if others do, too
     if(   p->buf[0] == 1
        && p->buf[1] == 1
        && p->buf[2] == 3