X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Fregistry.h;h=b823aa60911ee0b8f426518ad96c5bb346539327;hb=6819d9f05fc989d2b32c455f879d3243544ebc1a;hp=f67e401c84816b88adc0b6e594be4bc956cd4196;hpb=2637317a9b56e7c6439f6ba8459dc574db3402ef;p=platform%2Fupstream%2Flibvorbis.git diff --git a/lib/registry.h b/lib/registry.h index f67e401..b823aa6 100644 --- a/lib/registry.h +++ b/lib/registry.h @@ -5,13 +5,12 @@ * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * - * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2002 * - * by the XIPHOPHORUS Company http://www.xiph.org/ * + * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** function: registry for time, floor, res backends and channel mappings - last mod: $Id: registry.h,v 1.13 2002/07/11 06:40:50 xiphmont Exp $ ********************************************************************/ @@ -25,8 +24,8 @@ #define VI_RESB 3 #define VI_MAPB 1 -extern vorbis_func_floor *_floor_P[]; -extern vorbis_func_residue *_residue_P[]; -extern vorbis_func_mapping *_mapping_P[]; +extern const vorbis_func_floor *const _floor_P[]; +extern const vorbis_func_residue *const _residue_P[]; +extern const vorbis_func_mapping *const _mapping_P[]; #endif