changeset 5450:f8daaed4f54f

added acm uninit
author alex
date Mon, 01 Apr 2002 13:26:03 +0000
parents c13dba5b224e
children b716977c47d9
files libmpcodecs/ad_acm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/ad_acm.c	Mon Apr 01 13:25:34 2002 +0000
+++ b/libmpcodecs/ad_acm.c	Mon Apr 01 13:26:03 2002 +0000
@@ -52,7 +52,7 @@
 
 static void uninit(sh_audio_t *sh)
 {
-    // TODO!
+    close_acm_audio_codec(sh);
 }
 
 static int control(sh_audio_t *sh_audio,int cmd,void* arg, ...)