mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
This commit is contained in:
@@ -159,7 +159,7 @@ static void r3d_read_reos(AVFormatContext *s)
|
||||
avio_skip(s->pb, 6*4);
|
||||
}
|
||||
|
||||
static int r3d_read_header(AVFormatContext *s, AVFormatParameters *ap)
|
||||
static int r3d_read_header(AVFormatContext *s)
|
||||
{
|
||||
R3DContext *r3d = s->priv_data;
|
||||
Atom atom;
|
||||
|
||||
Reference in New Issue
Block a user