X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wma_common.c;h=137d288d078a612495a445211581c0a061cabf70;hp=0cb881e5de2eb851e5e0594d9fa18de17f100002;hb=e3272a316d113dd9c0c6f01f3087ab14f945e76b;hpb=ffb2eaa90429f6d5c3d369509efcdf91c5463dad diff --git a/wma_common.c b/wma_common.c index 0cb881e5..137d288d 100644 --- a/wma_common.c +++ b/wma_common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2010 Andre Noll + * Copyright (C) 2009-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -142,7 +142,7 @@ const uint8_t log2_tab[256] = { * * \return An integer approximation of log2(v). */ -int wma_log2(unsigned int v) +__a_const int wma_log2(unsigned int v) { int n = 0; if (v & 0xffff0000) {