Reindent and fix brace placement.
Originally committed as revision 30643 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
		@@ -1575,8 +1575,7 @@ struct SwsContext *sws_getCachedContext(struct SwsContext *context,
 | 
			
		||||
         context->dstFormat != dstFormat ||
 | 
			
		||||
         context->flags     != flags     ||
 | 
			
		||||
         context->param[0]  != param[0]  ||
 | 
			
		||||
         context->param[1]  != param[1]))
 | 
			
		||||
        {
 | 
			
		||||
         context->param[1]  != param[1])) {
 | 
			
		||||
        sws_freeContext(context);
 | 
			
		||||
        context = NULL;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user