[FFmpeg-soc] [soc]: r3498 - mlp/mlpenc.c
ramiro
subversion at mplayerhq.hu
Thu Aug 21 00:16:21 CEST 2008
Author: ramiro
Date: Thu Aug 21 00:16:21 2008
New Revision: 3498
Log:
Update comment about unknown field.
Modified:
mlp/mlpenc.c
Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c (original)
+++ mlp/mlpenc.c Thu Aug 21 00:16:21 2008
@@ -224,7 +224,10 @@ static void write_restart_header(MLPEnco
put_bits(pb, 8, checksum);
}
-/** Encodes the third type of channel information for the sync headers. */
+/** Encodes the third type of channel information for the sync headers.
+ * TODO This field is not yet fully understood. These values are just copied
+ * from some samples out in the wild.
+ */
static uint8_t code_channels3(int channels)
{
switch (channels) {
More information about the FFmpeg-soc
mailing list