X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvideo_filter%2Falphamask.c;h=c2b11c43aa1e3f4ca5d7642bc52e7df0a15662d6;hb=bf66354d0205141d146f7f8dd913e0448665519c;hp=a280e14e7682cfd8b83a712e0e34f38cdad38807;hpb=658686029ee756fbf4beb8e0cdcc4b0bc5dd18ed;p=vlc diff --git a/modules/video_filter/alphamask.c b/modules/video_filter/alphamask.c index a280e14e76..c2b11c43aa 100644 --- a/modules/video_filter/alphamask.c +++ b/modules/video_filter/alphamask.c @@ -92,7 +92,7 @@ static int Create( vlc_object_t *p_this ) if( p_filter->fmt_in.video.i_chroma != VLC_CODEC_YUVA ) { msg_Err( p_filter, - "Unsupported input chroma \"%4s\". " + "Unsupported input chroma \"%4.4s\". " "Alphamask can only use \"YUVA\".", (char*)&p_filter->fmt_in.video.i_chroma ); return VLC_EGENERIC;