summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorMoritz Barsnick <barsnick@gmx.net>2017-01-30 21:22:41 +0100
committerPaul B Mahol <onemda@gmail.com>2017-01-31 10:42:14 +0100
commit0478728db02d685050244440aa29f4895b8cfabb (patch)
treec414258ed445272e7121bfb3b980260c70f8f2b4 /libavformat
parente65db4ce5966506d957032ef30545419801ae7dc (diff)
lavf/xwma: fix incorrect format specifier
Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/xwma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/xwma.c b/libavformat/xwma.c
index df84d25331..9235157a77 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