changeset 5461:3aec1d7ce8ba

yes, typo. 10l. noticed by atmos
author arpi
date Mon, 01 Apr 2002 18:29:31 +0000
parents acf7acfa7acc
children 6f785b890dab
files mplayer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Mon Apr 01 18:16:27 2002 +0000
+++ b/mplayer.c	Mon Apr 01 18:29:31 2002 +0000
@@ -2791,7 +2791,7 @@
 ){
 
   current_module="uninit_acodec";
-  if(sh_audio) uninit_video(sh_audio);
+  if(sh_audio) uninit_audio(sh_audio);
   sh_audio=NULL;
 
   current_module="uninit_vcodec";