[MPlayer-dev-eng] Maybe I'm Just No Good At Math...

Arpi arpi at thot.banki.hu
Tue Dec 25 21:31:49 CET 2001


Hi,

> Hi team,
> 	I don't know, maybe my math skills just aren't up to par, but I'm
> having the worst time understanding this line of dec_audio.c:
> 
> sh_audio->audio_out_minsize = 4096; //4*IMA4_SAMPLES_PER_BLOCK;

no. the comment here doesn't mean equal things.
it was first:
sh_audio->audio_out_minsize = 4*IMA4_SAMPLES_PER_BLOCK;
but it didn't worked (maybe other problem, so i changed:)
sh_audio->audio_out_minsize = 4096; 
but kept the original value after //

i usually do such things :)

other people may do:

// sh_audio->audio_out_minsize = 4*IMA4_SAMPLES_PER_BLOCK;
sh_audio->audio_out_minsize = 4096;

while i do:
sh_audio->audio_out_minsize = 4096; //4*IMA4_SAMPLES_PER_BLOCK;


A'rpi / Astral & ESP-team

--
mailto:arpi at thot.banki.hu
http://esp-team.scene.hu



More information about the MPlayer-dev-eng mailing list