[MPlayer-cvslog] r23553 - trunk/libaf/af_pan.c
zuxy
subversion at mplayerhq.hu
Wed Jun 13 11:29:51 CEST 2007
Author: zuxy
Date: Wed Jun 13 11:29:51 2007
New Revision: 23553
Log:
Remove incorrect comment: pan defaults to block all, instead of pass-thru.
Modified:
trunk/libaf/af_pan.c
Modified: trunk/libaf/af_pan.c
==============================================================================
--- trunk/libaf/af_pan.c (original)
+++ trunk/libaf/af_pan.c Wed Jun 13 11:29:51 2007
@@ -175,7 +175,6 @@ static int af_open(af_instance_t* af){
af->setup=calloc(1,sizeof(af_pan_t));
if(af->data == NULL || af->setup == NULL)
return AF_ERROR;
- // Set initial pan to pass-through.
return AF_OK;
}
More information about the MPlayer-cvslog
mailing list