summaryrefslogtreecommitdiff
path: root/libavfilter/f_sendcmd.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-05 13:13:00 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-05-05 13:13:00 +0200
commita1f234be11ea040d59f92279b331d5aeef3243b4 (patch)
tree2301b3a25f3b6341964bcb943606bb47c8793d23 /libavfilter/f_sendcmd.c
parent35623d833eeca1202685bfe0e4f3b5f3c1f1c512 (diff)
make the ordering of the return type and av_cold consistent
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/f_sendcmd.c')
-rw-r--r--libavfilter/f_sendcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/f_sendcmd.c b/libavfilter/f_sendcmd.c
index 319d503361..9c7c5f5def 100644
--- a/libavfilter/f_sendcmd.c
+++ b/libavfilter/f_sendcmd.c
@@ -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;