mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
This commit is contained in:
+1
-2
@@ -58,8 +58,7 @@ static int read_probe(AVProbeData *pd)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int read_header(AVFormatContext *s,
|
||||
AVFormatParameters *ap)
|
||||
static int read_header(AVFormatContext *s)
|
||||
{
|
||||
JVDemuxContext *jv = s->priv_data;
|
||||
AVIOContext *pb = s->pb;
|
||||
|
||||
Reference in New Issue
Block a user