[MPlayer-cvslog] r27259 - trunk/libmpcodecs/ad_msadpcm.c
Diego Biurrun
diego at biurrun.de
Sat Jul 12 05:20:15 CEST 2008
On Fri, Jul 11, 2008 at 09:00:50PM +0200, reimar wrote:
>
> Log:
> Add a comment on shift vs. division
>
> --- trunk/libmpcodecs/ad_msadpcm.c (original)
> +++ trunk/libmpcodecs/ad_msadpcm.c Fri Jul 11 21:00:49 2008
> @@ -171,6 +171,9 @@ static int ms_adpcm_decode_block(unsigne
>
> + // should this really be a division and not a shift?
> + // coefficients were originally scaled by for, which might have
foUr?
Diego
More information about the MPlayer-cvslog
mailing list