summaryrefslogtreecommitdiff
path: root/libavformat/g729dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/g729dec.c')
-rw-r--r--libavformat/g729dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/g729dec.c b/libavformat/g729dec.c
index 82b1198c55..d56da5cd7b 100644
--- a/libavformat/g729dec.c
+++ b/libavformat/g729dec.c
@@ -29,7 +29,7 @@ typedef struct G729DemuxerContext {
int bit_rate;
} G729DemuxerContext;
-static int g729_read_header(AVFormatContext *s, AVFormatParameters *ap)
+static int g729_read_header(AVFormatContext *s)
{
AVStream* st;
G729DemuxerContext *s1 = s->priv_data;