X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fxwma.c;h=9235157a773a1fc0eb7cb6d0ece9421025e134d5;hb=08b098169be079c4f124a351fda6764fbcd10e79;hp=df84d2533167a5f273fe79f4d10b8264ae0bb5db;hpb=e122a725fbe9bc5c1bb6047d6be8e0f504d660b9;p=ffmpeg diff --git a/libavformat/xwma.c b/libavformat/xwma.c index df84d253316..9235157a773 100644 --- a/libavformat/xwma.c +++ b/libavformat/xwma.c @@ -87,7 +87,7 @@ static int xwma_read_header(AVFormatContext *s) */ if (st->codecpar->codec_id != AV_CODEC_ID_WMAV2 && st->codecpar->codec_id != AV_CODEC_ID_WMAPRO) { - avpriv_request_sample(s, "Unexpected codec (tag 0x04%x; id %d)", + avpriv_request_sample(s, "Unexpected codec (tag 0x%04x; id %d)", st->codecpar->codec_tag, st->codecpar->codec_id); } else { /* In all xWMA files I have seen, there is no extradata. But the WMA