mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
This commit is contained in:
@ -66,8 +66,7 @@ static int roq_probe(AVProbeData *p)
|
||||
return AVPROBE_SCORE_MAX;
|
||||
}
|
||||
|
||||
static int roq_read_header(AVFormatContext *s,
|
||||
AVFormatParameters *ap)
|
||||
static int roq_read_header(AVFormatContext *s)
|
||||
{
|
||||
RoqDemuxContext *roq = s->priv_data;
|
||||
AVIOContext *pb = s->pb;
|
||||
|
Reference in New Issue
Block a user