diff options
author | Johns <johns98@gmx.net> | 2012-01-20 15:33:37 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-01-20 15:33:37 +0100 |
commit | 0422b6aa5aad384dac6eea345219a5bec32e9d78 (patch) | |
tree | 73428935c0956c8e739c804fb8cc134bd0fdf146 /audio.c | |
parent | eb024558dece3d93b44f329da8626c358b7f4ace (diff) | |
download | vdr-plugin-softhddevice-0422b6aa5aad384dac6eea345219a5bec32e9d78.tar.gz vdr-plugin-softhddevice-0422b6aa5aad384dac6eea345219a5bec32e9d78.tar.bz2 |
VDPAU: Add auto-crop support.
Diffstat (limited to 'audio.c')
-rw-r--r-- | audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2125,7 +2125,7 @@ void AudioExit(void) #ifdef USE_AUDIO_THREAD AudioExitThread(); #endif - if ( UsedAudioModule ) { + if (UsedAudioModule) { UsedAudioModule->Exit(); } #ifdef USE_AUDIORING |