Author: diego
Date: Sun Aug 17 21:52:03 2008
New Revision: 3407

Log:
one more small wording fix


Modified:
   mlp/mlpenc.c

Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c        (original)
+++ mlp/mlpenc.c        Sun Aug 17 21:52:03 2008
@@ -213,7 +213,7 @@ static void write_restart_header(MLPEnco
     for (ch = 0; ch <= rh->max_matrix_channel; ch++)
         put_bits(pb, 6, ch);
 
-    /* Data must be flushed for the checksum to be right. */
+    /* Data must be flushed for the checksum to be correct. */
     tmpb = *pb;
     flush_put_bits(&tmpb);
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to