summaryrefslogtreecommitdiffstats
path: root/video/decode/rpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/decode/rpi.c')
-rw-r--r--video/decode/rpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/decode/rpi.c b/video/decode/rpi.c
index 44a550fe2e..819369de0d 100644
--- a/video/decode/rpi.c
+++ b/video/decode/rpi.c
@@ -18,7 +18,7 @@
#include "lavc.h"
#include "common/common.h"
-static int init_decoder(struct lavc_ctx *ctx, int fmt, int w, int h)
+static int init_decoder(struct lavc_ctx *ctx, int w, int h)
{
return 0;
}