mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 07:40:00 +08:00
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
This commit is contained in:
@ -73,7 +73,7 @@ static int event_cmp(uint8_t **a, uint8_t **b)
|
||||
return get_pts(*a) - get_pts(*b);
|
||||
}
|
||||
|
||||
static int read_header(AVFormatContext *s, AVFormatParameters *ap)
|
||||
static int read_header(AVFormatContext *s)
|
||||
{
|
||||
int i, len, header_remaining;
|
||||
ASSContext *ass = s->priv_data;
|
||||
|
Reference in New Issue
Block a user