ao_pcm: fix pointless message due to uninitialize variable
commit2a30588258a7c0bf15d5d20b614aa6f96a256e19
authorUoti Urpala <uau@mplayer2.org>
Thu, 11 Aug 2011 17:58:05 +0000 (11 20:58 +0300)
committerUoti Urpala <uau@mplayer2.org>
Thu, 11 Aug 2011 17:58:05 +0000 (11 20:58 +0300)
treeb5c2ba5727553c2b6acfc7a60a4d8222dc83ace9
parent1cb179855ea4911bc3f4a71bcc8343b26aa367e6
ao_pcm: fix pointless message due to uninitialize variable

The variable corresponding to the "fast" suboption of ao_pcm was
uninitialized. Fix. The only effect was possibly printing a warning
about the suboption being deprecated even if it wasn't used.
libao2/ao_pcm.c