mirror of
https://github.com/mpv-player/mpv
synced 2025-04-27 05:39:21 +00:00
Reindent and fix brace placement.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30643 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8090adeed3
commit
2aafb80828
@ -1575,8 +1575,7 @@ 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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user