diff options
-rw-r--r-- | libmpcodecs/ad_realaud.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libmpcodecs/ad_realaud.c b/libmpcodecs/ad_realaud.c index 7e98fe3e08..5426984559 100644 --- a/libmpcodecs/ad_realaud.c +++ b/libmpcodecs/ad_realaud.c @@ -202,8 +202,6 @@ static int preinit(sh_audio_t *sh){ // let's check if the driver is available, return 0 if not. // (you should do that if you use external lib(s) which is optional) unsigned int result; - int len=0; - void* prop; char *path; path = malloc(strlen(REALCODEC_PATH)+strlen(sh->codec->dll)+2); |