mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-21 14:26:59 +00:00
Reindent and fix brace placement.
Originally committed as revision 30643 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
22b6a24c34
commit
b623d0cb03
@ -1575,11 +1575,10 @@ struct SwsContext *sws_getCachedContext(struct SwsContext *context,
|
|||||||
context->dstFormat != dstFormat ||
|
context->dstFormat != dstFormat ||
|
||||||
context->flags != flags ||
|
context->flags != flags ||
|
||||||
context->param[0] != param[0] ||
|
context->param[0] != param[0] ||
|
||||||
context->param[1] != param[1]))
|
context->param[1] != param[1])) {
|
||||||
{
|
sws_freeContext(context);
|
||||||
sws_freeContext(context);
|
context = NULL;
|
||||||
context = NULL;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
if (!context) {
|
if (!context) {
|
||||||
return sws_getContext(srcW, srcH, srcFormat,
|
return sws_getContext(srcW, srcH, srcFormat,
|
||||||
|
Loading…
Reference in New Issue
Block a user