Commit 598af9a9 authored by iive's avatar iive

Return error instead triggering assert.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17287 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 40e8b21e
......@@ -80,7 +80,7 @@ int ff_xvmc_field_start(MpegEncContext*s, AVCodecContext *avctx)
av_log(avctx, AV_LOG_ERROR,
"Rendering surface contains %i unprocessed blocks\n",
render->filled_mv_blocks_num);
assert(0);
return -1;
}
render->p_future_surface = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment