[FFmpeg-soc] [soc]: r3407 - mlp/mlpenc.c
diego
subversion at mplayerhq.hu
Sun Aug 17 21:52:03 CEST 2008
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);
More information about the FFmpeg-soc
mailing list