mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
This commit is contained in:
@@ -72,8 +72,7 @@ static int rl2_probe(AVProbeData *p)
|
||||
* @param ap format parameters
|
||||
* @return 0 on success, AVERROR otherwise
|
||||
*/
|
||||
static av_cold int rl2_read_header(AVFormatContext *s,
|
||||
AVFormatParameters *ap)
|
||||
static av_cold int rl2_read_header(AVFormatContext *s)
|
||||
{
|
||||
AVIOContext *pb = s->pb;
|
||||
AVStream *st;
|
||||
|
||||
Reference in New Issue
Block a user