pointless On 10/11/19, [email protected] <[email protected]> wrote: > From: Limin Wang <[email protected]> > > Signed-off-by: Limin Wang <[email protected]> > --- > libavcodec/xwddec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/xwddec.c b/libavcodec/xwddec.c > index 8c4358fd4c..924ba020da 100644 > --- a/libavcodec/xwddec.c > +++ b/libavcodec/xwddec.c > @@ -151,7 +151,7 @@ static int xwd_decode_frame(AVCodecContext *avctx, void > *data, > } > > if (pixformat != XWD_Z_PIXMAP) { > - avpriv_report_missing_feature(avctx, "Pixmap format %"PRIu32, > pixformat); > + avpriv_report_missing_feature(avctx, "Pixmap format %"PRIu32"", > pixformat); > return AVERROR_PATCHWELCOME; > } > > -- > 2.21.0 > > _______________________________________________ > ffmpeg-devel mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
