# HG changeset patch # User stefano # Date 1266528037 0 # Node ID d568b8b857ca89af268191fc02bdb905c0fdddcd # Parent e2935c75f1aace0ac4e22bf1f1a769832bd705ad Reindent and fix brace placement. diff -r e2935c75f1aa -r d568b8b857ca libswscale/utils.c --- a/libswscale/utils.c Thu Feb 18 21:17:07 2010 +0000 +++ b/libswscale/utils.c Thu Feb 18 21:20:37 2010 +0000 @@ -1575,11 +1575,10 @@ context->dstFormat != dstFormat || context->flags != flags || context->param[0] != param[0] || - context->param[1] != param[1])) - { - sws_freeContext(context); - context = NULL; - } + context->param[1] != param[1])) { + sws_freeContext(context); + context = NULL; + } if (!context) { return sws_getContext(srcW, srcH, srcFormat,