summaryrefslogtreecommitdiff
path: root/libavformat/dv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/dv.c')
-rw-r--r--libavformat/dv.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavformat/dv.c b/libavformat/dv.c
index 666e3317ab..106a878f7d 100644
--- a/libavformat/dv.c
+++ b/libavformat/dv.c
@@ -485,8 +485,7 @@ finish:
return ret;
}
-static int dv_read_header(AVFormatContext *s,
- AVFormatParameters *ap)
+static int dv_read_header(AVFormatContext *s)
{
unsigned state, marker_pos = 0;
RawDVContext *c = s->priv_data;