Commit 9043202e authored by Diego Biurrun's avatar Diego Biurrun

K&R whitespace cosmetics

Originally committed as revision 17337 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5e565998
......@@ -69,7 +69,7 @@ int ff_xvmc_field_start(MpegEncContext*s, AVCodecContext *avctx)
assert(avctx);
if (!render || render->magic_id != AV_XVMC_RENDER_MAGIC ||
!render->data_blocks || !render->mv_blocks){
!render->data_blocks || !render->mv_blocks) {
av_log(avctx, AV_LOG_ERROR,
"Render token doesn't look as expected.\n");
return -1; // make sure that this is a render packet
......
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