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

ramiro subversion at mplayerhq.hu
Thu Aug 14 03:56:54 CEST 2008


Author: ramiro
Date: Thu Aug 14 03:56:54 2008
New Revision: 3257

Log:
Update comment: all MLP samples tested have these values.

Modified:
   mlp/mlpenc.c

Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c	(original)
+++ mlp/mlpenc.c	Thu Aug 14 03:56:54 2008
@@ -137,7 +137,7 @@ static void write_major_sync(MLPEncodeCo
     put_bits(&pb, 11, 0                );
     put_bits(&pb,  5, ctx->mlp_channels);
 
-    /* TODO copied from luckynight.mlp, 440hz.mlp and god.mlp. */
+    /* These values seem to be constant for all MLP samples tested. */
     put_bits(&pb, 16, 0xb752);
     put_bits(&pb, 16, 0x4000);
     put_bits(&pb, 16, 0x0000);



More information about the FFmpeg-soc mailing list