summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_yvu9.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/vf_yvu9.c')
-rw-r--r--libmpcodecs/vf_yvu9.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libmpcodecs/vf_yvu9.c b/libmpcodecs/vf_yvu9.c
index 72d6c37903..654a90dbd7 100644
--- a/libmpcodecs/vf_yvu9.c
+++ b/libmpcodecs/vf_yvu9.c
@@ -5,6 +5,7 @@
#include "config.h"
#include "mp_msg.h"
+#include "help_mp.h"
#include "img_format.h"
#include "mp_image.h"
@@ -20,7 +21,7 @@ static int config(struct vf_instance_s* vf,
unsigned int flags, unsigned int outfmt){
if(vf_next_query_format(vf,IMGFMT_YV12)<=0){
- printf("yv12 not supported by next filter/vo :(\n");
+ mp_msg(MSGT_VFILTER, MSGL_WARN, MSGTR_MPCODECS_WarnNextFilterDoesntSupport, "YVU9");
return 0;
}