Revision 94dde5c1
libavcodec/indeo5.c | ||
---|---|---|
601 | 601 |
{ |
602 | 602 |
int result, i, t, idx1, idx2; |
603 | 603 |
IVITile *tile; |
604 |
uint16_t chksum; |
|
605 | 604 |
|
606 | 605 |
band->buf = band->bufs[ctx->dst_buf]; |
607 | 606 |
band->ref_buf = band->bufs[ctx->ref_buf]; |
... | ... | |
674 | 673 |
|
675 | 674 |
#if IVI_DEBUG |
676 | 675 |
if (band->checksum_present) { |
677 |
chksum = ivi_calc_band_checksum(band); |
|
676 |
uint16_t chksum = ivi_calc_band_checksum(band);
|
|
678 | 677 |
if (chksum != band->checksum) { |
679 | 678 |
av_log(avctx, AV_LOG_ERROR, |
680 | 679 |
"Band checksum mismatch! Plane %d, band %d, received: %x, calculated: %x\n", |
Also available in: Unified diff