[FFmpeg-soc] [soc]: r3544 - mlp/mlpenc.c
ramiro
subversion at mplayerhq.hu
Fri Aug 22 23:44:21 CEST 2008
Author: ramiro
Date: Fri Aug 22 23:44:20 2008
New Revision: 3544
Log:
Update comment to explain what the field is.
Modified:
mlp/mlpenc.c
Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c (original)
+++ mlp/mlpenc.c Fri Aug 22 23:44:20 2008
@@ -186,7 +186,7 @@ static void write_major_sync(MLPEncodeCo
put_bits(&pb, 16, 0x4000);
put_bits(&pb, 16, 0x0000);
- put_bits(&pb, 1, 1); /* This value is 1 in all tested MLP samples.
+ put_bits(&pb, 1, 1); /* is_vbr: This value is 1 in all tested MLP samples.
* I suppose it would be 0 only when no filters
* or codebooks are used. */
put_bits(&pb, 15, 0); /* TODO peak_bitrate: Most MLP samples tested encode
More information about the FFmpeg-soc
mailing list