X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=common%2Fvlc.c;h=1d002bbc95a9d472649b29f2f30ea4bb6a9687b5;hb=94b9141609d17ebbeb3184a8a5fc0660725a4cf2;hp=1ee48d6772017df50cdde49405d967785bb139d5;hpb=3db6b2c22cd1b8ee00c10ea6d705d6fbec8544d0;p=x264 diff --git a/common/vlc.c b/common/vlc.c index 1ee48d67..1d002bbc 100644 --- a/common/vlc.c +++ b/common/vlc.c @@ -1,7 +1,7 @@ /***************************************************************************** * vlc.c : vlc tables ***************************************************************************** - * Copyright (C) 2003-2010 x264 project + * Copyright (C) 2003-2011 x264 project * * Authors: Laurent Aimar * Fiona Glaser @@ -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++ )