[rbp/omxplayer] Fix crash on stopping mp3 playback with amplification
authorpopcornmix <popcornmix@gmail.com>
Mon, 4 Nov 2013 12:32:07 +0000 (12:32 +0000)
committerpopcornmix <popcornmix@gmail.com>
Mon, 4 Nov 2013 12:32:07 +0000 (12:32 +0000)
commitdd1903d209dda5d5431e23ef354e4771d586f554
tree9294b2db4f914580801fba4146d3ec58c927ca40
parent81fd4d30812b243ab22ce399f0d5afbecda4c60e
[rbp/omxplayer] Fix crash on stopping mp3 playback with amplification

There is a race condition where we can try to adjust volume after deinitialation
when amplification is enabled, causing a seg fault.
xbmc/cores/omxplayer/OMXAudio.cpp