[MPlayer-cvslog] CVS: main/libmpcodecs ae.c,1.9,1.10

Reimar Döffinger CVS syncmail at mplayerhq.hu
Wed Mar 8 16:49:49 CET 2006


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv22039

Modified Files:
	ae.c 
Log Message:
add default case to encoder switch-case (maybe an error message would be good as well).


Index: ae.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ae.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ae.c	7 Dec 2005 10:07:27 -0000	1.9
+++ ae.c	8 Mar 2006 15:49:46 -0000	1.10
@@ -74,6 +74,9 @@
 			ris = mpae_init_twolame(encoder);
 			break;
 #endif
+		default:
+			ris = 0;
+			break;
 	}
 	
 	if(! ris)




More information about the MPlayer-cvslog mailing list