summaryrefslogtreecommitdiff
path: root/libavformat/mpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/mpeg.c')
-rw-r--r--libavformat/mpeg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c
index de2dd9dfbe..be1c85d127 100644
--- a/libavformat/mpeg.c
+++ b/libavformat/mpeg.c
@@ -105,8 +105,7 @@ typedef struct MpegDemuxContext {
int sofdec;
} MpegDemuxContext;
-static int mpegps_read_header(AVFormatContext *s,
- AVFormatParameters *ap)
+static int mpegps_read_header(AVFormatContext *s)
{
MpegDemuxContext *m = s->priv_data;
const char *sofdec = "Sofdec";