Author: ramiro
Date: Thu Jul  3 02:43:42 2008
New Revision: 2666

Log:
Forgotten nit.

Modified:
   mlp/mlpdec.c

Modified: mlp/mlpdec.c
==============================================================================
--- mlp/mlpdec.c        (original)
+++ mlp/mlpdec.c        Thu Jul  3 02:43:42 2008
@@ -189,7 +189,7 @@ typedef struct MLPDecodeContext {
 /** Tables defining the huffman codes.
  *  There are three entropy coding methods used in MLP (four if you count
  *  "none" as a method). These use the same sequences for codes starting with
- *  00 or 01, but have different codes starting 1. */
+ *  00 or 01, but have different codes starting with 1. */
 
 static const uint8_t huffman_tables[3][18][2] = {
     {    /* huffman table 0, -7 - +10 */
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to