lavf: remove AVFormatParameters from AVFormatContext.read_header signature
This commit is contained in:
@ -596,7 +596,7 @@ fail:
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int nut_read_header(AVFormatContext *s, AVFormatParameters *ap)
|
||||
static int nut_read_header(AVFormatContext *s)
|
||||
{
|
||||
NUTContext *nut = s->priv_data;
|
||||
AVIOContext *bc = s->pb;
|
||||
|
Reference in New Issue
Block a user