diff --git a/libavcodec/h264_ps.c b/libavcodec/h264_ps.c
index fa99372..2be2060 100644
|
a
|
b
|
int ff_h264_decode_seq_parameter_set(H264Context *h){
|
| 407 | 407 | } |
| 408 | 408 | if(sps->crop_right >= crop_horizontal_limit || sps->crop_bottom >= crop_vertical_limit){ |
| 409 | 409 | av_log(h->s.avctx, AV_LOG_ERROR, "brainfart cropping not supported, this could look slightly wrong ... (right: %d, bottom: %d)\n", sps->crop_right, sps->crop_bottom); |
| | 410 | sps->crop_left = |
| | 411 | sps->crop_right = |
| | 412 | sps->crop_top = |
| | 413 | sps->crop_bottom= 0; |
| 410 | 414 | } |
| 411 | 415 | }else{ |
| 412 | 416 | sps->crop_left = |