mirror of https://git.ffmpeg.org/ffmpeg.git
K&R whitespace cosmetics
Originally committed as revision 17337 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5e56599878
commit
9043202e6e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue