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:
@@ -196,7 +196,7 @@ static int get_packet_header(AVFormatContext *s, uint8_t *header, uint32_t *form
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int lxf_read_header(AVFormatContext *s, AVFormatParameters *ap)
|
||||
static int lxf_read_header(AVFormatContext *s)
|
||||
{
|
||||
LXFDemuxContext *lxf = s->priv_data;
|
||||
AVIOContext *pb = s->pb;
|
||||
|
||||
Reference in New Issue
Block a user