]> git.sesse.net Git - x264/blobdiff - common/vlc.c
MBAFF: Add extra data to the deblock strength structure
[x264] / common / vlc.c
index 1ee48d6772017df50cdde49405d967785bb139d5..1d002bbc95a9d472649b29f2f30ea4bb6a9687b5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * vlc.c : vlc tables
  *****************************************************************************
- * Copyright (C) 2003-2010 x264 project
+ * Copyright (C) 2003-2011 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Fiona Glaser <fiona@x264.com>
@@ -695,7 +695,7 @@ const vlc_t x264_run_before[7][16] =
 
 vlc_large_t x264_level_token[7][LEVEL_TABLE_SIZE];
 
-void x264_init_vlc_tables( void )
+void x264_cavlc_init( void )
 {
     for( int i_suffix = 0; i_suffix < 7; i_suffix++ )
         for( int16_t level = -LEVEL_TABLE_SIZE/2; level < LEVEL_TABLE_SIZE/2; level++ )