hi,
when i get some src codes ,i want to figure how mplayer decode the mp3 format audio and play it,
then i find a bug,which i sincerely think so.
mpcommon.c
calc_a_pts
line 551 a_pts = sh_audio->ptr;
the there is obviously not a ptr member in sh_audio ,which i think maybe it comes from d_audio
thanks,again!