mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-30 04:02:04 +08:00
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
This commit is contained in:
@@ -52,7 +52,7 @@ static int swf_probe(AVProbeData *p)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int swf_read_header(AVFormatContext *s, AVFormatParameters *ap)
|
||||
static int swf_read_header(AVFormatContext *s)
|
||||
{
|
||||
SWFContext *swf = s->priv_data;
|
||||
AVIOContext *pb = s->pb;
|
||||
|
||||
Reference in New Issue
Block a user