[MPlayer-cvslog] CVS: main/libaf af.c,1.48,1.49
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Sat Jul 23 18:58:28 CEST 2005
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/libaf
In directory mail:/var2/tmp/cvs-serv25554
Modified Files:
af.c
Log Message:
Avoid hang with -af-adv force=3
Index: af.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- af.c 24 Jun 2005 10:50:53 -0000 1.48
+++ af.c 23 Jul 2005 16:58:25 -0000 1.49
@@ -294,6 +294,11 @@
}
af=new->next;
}
+ else {
+ af_msg(AF_MSG_ERROR, "[libaf] Automatic filter insertion disabled "
+ "but formats do not match. Giving up.\n");
+ return AF_ERROR;
+ }
break;
}
case AF_DETACH:{ // Filter is redundant and wants to be unloaded
More information about the MPlayer-cvslog
mailing list