--- vlc_codes.h 2003/02/16 13:04:05 1.16 +++ vlc_codes.h 2003/06/09 13:52:27 1.16.2.2 @@ -1,3 +1,27 @@ +/***************************************************************************** + * + * XVID MPEG-4 VIDEO CODEC + * - Variable Length Code header - + * + * Copyright(C) 2002 Michael Militzer + * + * This program is free software ; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation ; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY ; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program ; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: vlc_codes.h,v 1.16.2.2 2003/06/09 13:52:27 edgomez Exp $ + * + ****************************************************************************/ #ifndef _VLC_CODES_H_ #define _VLC_CODES_H_ @@ -54,7 +78,7 @@ extern VLC sprite_trajectory_len[15]; extern VLC mcbpc_intra_tab[15]; extern VLC mcbpc_inter_tab[29]; -extern const VLC cbpy_tab[16]; +extern const VLC xvid_cbpy_tab[16]; extern const VLC dcy_tab[511]; extern const VLC dcc_tab[511]; extern const VLC mb_motion_table[65];