summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/vf_test.c')
-rw-r--r--libmpcodecs/vf_test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libmpcodecs/vf_test.c b/libmpcodecs/vf_test.c
index 90386390bd..aeb2763200 100644
--- a/libmpcodecs/vf_test.c
+++ b/libmpcodecs/vf_test.c
@@ -25,7 +25,6 @@
#include "config.h"
#include "mp_msg.h"
-#include "help_mp.h"
#include "img_format.h"
#include "mp_image.h"
@@ -52,7 +51,7 @@ static int config(struct vf_instance *vf,
unsigned int flags, unsigned int outfmt){
if(vf_next_query_format(vf,IMGFMT_YV12)<=0){
- mp_msg(MSGT_VFILTER, MSGL_WARN, MSGTR_MPCODECS_WarnNextFilterDoesntSupport, "YV12");
+ mp_tmsg(MSGT_VFILTER, MSGL_WARN, "%s not supported by next filter/vo :(\n", "YV12");
return 0;
}