]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/act.c
lavfi/crop: support more pixel formats
[ffmpeg] / libavformat / act.c
index 78f1d3bb9a6b90829228e3e742283f00dd0feef5..3f223d57b6ae44f47ac98b32dbb35f035ec3ee8b 100644 (file)
@@ -42,7 +42,7 @@ static int probe(AVProbeData *p)
         (AV_RL32(&p->buf[16]) != 16))
     return 0;
 
-    //We cant be sure that this is ACT and not regular WAV
+    //We can't be sure that this is ACT and not regular WAV
     if (p->buf_size<512)
         return 0;