mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-25 08:56:59 +08:00
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
This commit is contained in:
@@ -45,7 +45,7 @@ static int cdata_probe(AVProbeData *p)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int cdata_read_header(AVFormatContext *s, AVFormatParameters *ap)
|
||||
static int cdata_read_header(AVFormatContext *s)
|
||||
{
|
||||
CdataDemuxContext *cdata = s->priv_data;
|
||||
AVIOContext *pb = s->pb;
|
||||
|
||||
Reference in New Issue
Block a user