make the ordering of the return type and av_cold consistent

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2013-05-05 13:13:00 +02:00
parent 35623d833e
commit a1f234be11
3 changed files with 4 additions and 4 deletions

View File

@@ -422,7 +422,7 @@ static av_cold int init(AVFilterContext *ctx)
return 0;
}
static void av_cold uninit(AVFilterContext *ctx)
static av_cold void uninit(AVFilterContext *ctx)
{
SendCmdContext *sendcmd = ctx->priv;
int i, j;