]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mpeg.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / mpeg.c
index de2dd9dfbe09ddb48be25806aa189c6a79cda024..be1c85d1278776196b1acc4cf1c3a00d6e02b533 100644 (file)
@@ -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";