mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avformat/libopenmpt: Don't discard const
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
a21dec5d0a
commit
39ab256125
@ -218,7 +218,7 @@ static int read_seek_openmpt(AVFormatContext *s, int stream_idx, int64_t ts, int
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int probe_openmpt_extension(AVProbeData *p)
|
||||
static int probe_openmpt_extension(const AVProbeData *p)
|
||||
{
|
||||
const char *ext;
|
||||
if (p->filename) {
|
||||
|
Loading…
Reference in New Issue
Block a user