[MPlayer-cvslog] r23397 - trunk/libmpcodecs/ad_realaud.c
diego
subversion at mplayerhq.hu
Mon May 28 10:12:41 CEST 2007
Author: diego
Date: Mon May 28 10:12:41 2007
New Revision: 23397
Log:
Remove unused variables.
Modified:
trunk/libmpcodecs/ad_realaud.c
Modified: trunk/libmpcodecs/ad_realaud.c
==============================================================================
--- trunk/libmpcodecs/ad_realaud.c (original)
+++ trunk/libmpcodecs/ad_realaud.c Mon May 28 10:12:41 2007
@@ -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);
More information about the MPlayer-cvslog
mailing list