diff libmpcodecs/vf_fame.c @ 18004:bcd805923554

Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
author reynaldo
date Fri, 31 Mar 2006 00:15:47 +0000
parents 20aca9baf5d8
children a1807995e2ab
line wrap: on
line diff
--- a/libmpcodecs/vf_fame.c	Thu Mar 30 23:47:03 2006 +0000
+++ b/libmpcodecs/vf_fame.c	Fri Mar 31 00:15:47 2006 +0000
@@ -5,6 +5,7 @@
 
 #include "config.h"
 #include "mp_msg.h"
+#include "help_mp.h"
 
 //#ifdef USE_LIBFAME
 
@@ -103,7 +104,7 @@
 
     vf->priv->ctx=fame_open();
     if(!vf->priv->ctx){
-	printf("FATAL: cannot open libFAME!\n");
+	mp_msg(MSGT_VFILTER, MSGL_ERR, MSGTR_MPCODECS_FatalCantOpenlibFAME);
 	return 0;
     }