changeset 4107:e678c86986b3 libavcodec

Init vlc tables as static
author kostya
date Mon, 30 Oct 2006 13:57:55 +0000
parents 21aa7e801c7b
children 3ae94f965189
files imc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/imc.c	Mon Oct 30 13:48:48 2006 +0000
+++ b/imc.c	Mon Oct 30 13:57:55 2006 +0000
@@ -139,7 +139,7 @@
         for(j = 0; j < 4; j++) {
             init_vlc (&q->huffman_vlc[i][j], 9, imc_huffman_sizes[i],
                      imc_huffman_lens[i][j], 1, 1,
-                     imc_huffman_bits[i][j], 2, 2, 0);
+                     imc_huffman_bits[i][j], 2, 2, 1);
         }
     }
     q->one_div_log2 = 1/log(2);