h264: log debug output for slightly truncated streams
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
cd0f9f00a2
commit
fb4e434cfb
1 changed files with 2 additions and 0 deletions
|
|
@ -4032,6 +4032,8 @@ static int decode_slice(struct AVCodecContext *avctx, void *arg)
|
|||
loop_filter(h, lf_x_start, s->mb_x + 1);
|
||||
return 0;
|
||||
}
|
||||
if (h->cabac.bytestream > h->cabac.bytestream_end + 2 )
|
||||
av_log(h->s.avctx, AV_LOG_DEBUG, "bytestream overread %td\n", h->cabac.bytestream_end - h->cabac.bytestream);
|
||||
if (ret < 0 || h->cabac.bytestream > h->cabac.bytestream_end + 4) {
|
||||
av_log(h->s.avctx, AV_LOG_ERROR,
|
||||
"error while decoding MB %d %d, bytestream (%td)\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue