summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_speex.c
Commit message (Collapse)AuthorAgeFilesLines
* rm unnecesary casts from void* - part 3reynaldo2006-07-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18884 b3059339-0415-0410-9bf9-f77b7e298cf2
* bug fixes: left-over mode variable used uninitialized,reimar2006-04-191-2/+10
| | | | | | | initialize sh->audio_out_minsize to maximum decoded size git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18158 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use free instead of speex_free - since speex_free does not appear in thereimar2006-01-191-1/+1
| | | | | | | headers it probably is for internal use only. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17430 b3059339-0415-0410-9bf9-f77b7e298cf2
* Speex audio decodingreimar2005-11-051-0/+113
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16917 b3059339-0415-0410-9bf9-f77b7e298cf2