[FFmpeg-soc] [soc]: r4226 - mlp/mlpenc.c
ramiro
subversion at mplayerhq.hu
Mon Apr 20 05:03:32 CEST 2009
Author: ramiro
Date: Mon Apr 20 05:03:32 2009
New Revision: 4226
Log:
One more ignored field.
Modified:
mlp/mlpenc.c
Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c Mon Apr 20 05:02:34 2009 (r4225)
+++ mlp/mlpenc.c Mon Apr 20 05:03:32 2009 (r4226)
@@ -879,7 +879,7 @@ static void write_restart_header(MLPEnco
put_bits(pb, 5, rh->max_output_bits );
put_bits(pb, 1, rh->data_check_present);
put_bits(pb, 8, lossless_check );
- put_bits(pb, 16, 0 ); /* This is zero =) */
+ put_bits(pb, 16, 0 ); /* ignored */
for (ch = 0; ch <= rh->max_matrix_channel; ch++)
put_bits(pb, 6, ch);
More information about the FFmpeg-soc
mailing list