Revision 2819760b
libavcodec/zmbv.c | ||
---|---|---|
434 | 434 |
} |
435 | 435 |
if(c->bw == 0 || c->bh == 0) { |
436 | 436 |
av_log(avctx, AV_LOG_ERROR, "Unsupported block size %ix%i\n", c->bw, c->bh); |
437 |
return -1; |
|
437 | 438 |
} |
438 | 439 |
if(c->comp != 0 && c->comp != 1) { |
439 | 440 |
av_log(avctx, AV_LOG_ERROR, "Unsupported compression type %i\n", c->comp); |
Also available in: Unified diff