[FFmpeg-soc] [soc]: r3283 - mlp/mlpenc.c

ramiro subversion at mplayerhq.hu
Thu Aug 14 22:11:51 CEST 2008


Author: ramiro
Date: Thu Aug 14 22:11:50 2008
New Revision: 3283

Log:
Add comment about hardcoded value.

Modified:
   mlp/mlpenc.c

Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c	(original)
+++ mlp/mlpenc.c	Thu Aug 14 22:11:50 2008
@@ -138,7 +138,8 @@ static void write_major_sync(MLPEncodeCo
     put_bits(&pb,  4, ctx->sample_fmt  );
     put_bits(&pb,  4, ctx->sample_rate );
     put_bits(&pb,  4, ctx->sample_rate );
-    put_bits(&pb, 11, 0                );
+    put_bits(&pb, 11, 0                ); /* This value is 0 in all MLP
+                                           * samples tested. */
     put_bits(&pb,  5, ctx->mlp_channels);
 
     /* These values seem to be constant for all MLP samples tested. */



More information about the FFmpeg-soc mailing list