Revision b1eeddf1
libavcodec/mpegvideo.c | ||
---|---|---|
1158 | 1158 |
//just to make sure that all data is rendered. |
1159 | 1159 |
if(CONFIG_MPEG_XVMC_DECODER && s->avctx->xvmc_acceleration){ |
1160 | 1160 |
ff_xvmc_field_end(s); |
1161 |
}else if((s->error_count || s->encoding) |
|
1161 |
}else if((s->error_count || s->encoding || !(s->avctx->codec->capabilities&CODEC_CAP_DRAW_HORIZ_BAND))
|
|
1162 | 1162 |
&& !s->avctx->hwaccel |
1163 | 1163 |
&& !(s->avctx->codec->capabilities&CODEC_CAP_HWACCEL_VDPAU) |
1164 | 1164 |
&& s->unrestricted_mv |
Also available in: Unified diff