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) {
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to