mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-26 09:13:26 +00:00
lavf/xwma: fix incorrect format specifier
Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
This commit is contained in:
parent
e65db4ce59
commit
0478728db0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user