Commit b73b36bf authored by Paul B Mahol's avatar Paul B Mahol

avcodec/xan: fix style issue

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 3e892b2b
......@@ -556,7 +556,7 @@ static int xan_decode_frame(AVCodecContext *avctx,
int i;
tag = bytestream2_get_le32(&ctx);
size = bytestream2_get_be32(&ctx);
if(size < 0) {
if (size < 0) {
av_log(avctx, AV_LOG_ERROR, "Invalid tag size %d\n", size);
return AVERROR_INVALIDDATA;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment