mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-17 23:17:41 +08:00
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
This commit is contained in:
@ -44,7 +44,7 @@ static int nc_probe(AVProbeData *probe_packet)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int nc_read_header(AVFormatContext *s, AVFormatParameters *ap)
|
||||
static int nc_read_header(AVFormatContext *s)
|
||||
{
|
||||
AVStream *st = avformat_new_stream(s, NULL);
|
||||
|
||||
|
Reference in New Issue
Block a user