]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mxg.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / mxg.c
index 3e0c4219e4d0e9fbf0ee2b102d097c9f7c5bec60..32ca2750cb5ca9ac50c2981fc263032efa1a5aff 100644 (file)
@@ -37,7 +37,7 @@ typedef struct MXGContext {
     unsigned int cache_size;
 } MXGContext;
 
-static int mxg_read_header(AVFormatContext *s, AVFormatParameters *ap)
+static int mxg_read_header(AVFormatContext *s)
 {
     AVStream *video_st, *audio_st;
     MXGContext *mxg = s->priv_data;