h264_parser: print AU size on error.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
d5c0e89e7a
commit
360a3d8991
@ -256,7 +256,7 @@ static inline int parse_nal_units(AVCodecParserContext *s,
|
|||||||
buf += consumed;
|
buf += consumed;
|
||||||
}
|
}
|
||||||
/* didn't find a picture! */
|
/* didn't find a picture! */
|
||||||
av_log(h->s.avctx, AV_LOG_ERROR, "missing picture in access unit\n");
|
av_log(h->s.avctx, AV_LOG_ERROR, "missing picture in access unit with size %d\n", buf_size);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user