ao_coreaudio: fix crash when using mute with S/PDIF output
commit9fae75b81ce2eb475db7652083b388e704833a72
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Sun, 23 Oct 2011 12:03:13 +0000 (23 12:03 +0000)
committerUoti Urpala <uau@mplayer2.org>
Fri, 25 Nov 2011 03:20:23 +0000 (25 05:20 +0200)
tree8f666b628975e153a0f8f2e3031e24fa5dd7bc2f
parent075edf91f1d9d8dac2aec2d132bee90fffd41e27
ao_coreaudio: fix crash when using mute with S/PDIF output

RenderCallbackSPDIF might call read_buffer with NULL data. The purpose
is to drain data from the buffer when the output is muted. Add a check
to call av_fifo_drain() in this case.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34241 b3059339-0415-0410-9bf9-f77b7e298cf2

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34242 b3059339-0415-0410-9bf9-f77b7e298cf2
libao2/ao_coreaudio.c