1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-09 01:07:01 +02:00

10l: Remove duplicated hunk of code.

Originally committed as revision 17335 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2009-02-15 16:29:31 +00:00
parent f702df396d
commit c1e7b256ec

View File

@ -87,12 +87,6 @@ int ff_xvmc_field_start(MpegEncContext*s, AVCodecContext *avctx)
"Rendering surface doesn't provide enough block structures to work with.\n");
return -1;
}
if (render->total_number_of_mv_blocks < 1 ||
render->total_number_of_data_blocks < mb_block_count) {
av_log(avctx, AV_LOG_ERROR,
"Rendering surface doesn't provide enough block structures to work with.\n");
return -1;
}
render->picture_structure = s->picture_structure;
render->flags = s->first_field ? 0 : XVMC_SECOND_FIELD;