K&R whitespace cosmetics

Originally committed as revision 17337 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2009-02-15 16:54:02 +00:00
parent 5e56599878
commit 9043202e6e
1 changed files with 1 additions and 1 deletions

View File

@ -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