[FFmpeg-cvslog] r14466 - in trunk/libavcodec: dsputil.h vorbis_dec.c

Måns Rullgård mans
Tue Jul 29 17:13:17 CEST 2008


lorenm wrote:
> Author: lorenm
> Date: Tue Jul 29 16:17:13 2008
> New Revision: 14466
>
> Log:
> r14205 broke vorbis float_to_int on ppc
>
> -    if(vc->dsp.float_to_int16 == ff_float_to_int16_c) {
> +    if(vc->dsp.float_to_int16_interleave == ff_float_to_int16_interleave_c) {
>          vc->add_bias = 385;
>          vc->exp_bias = 0;
>      } else {

I really think we should have a better way to determine the bias.  Perhaps
a new field in DSPContext would be an option, this being somewhat akin to
the dct permutation selection.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-cvslog mailing list