You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avformat/libopenmpt: Don't discard const
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
@@ -218,7 +218,7 @@ static int read_seek_openmpt(AVFormatContext *s, int stream_idx, int64_t ts, int
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int probe_openmpt_extension(AVProbeData *p)
|
static int probe_openmpt_extension(const AVProbeData *p)
|
||||||
{
|
{
|
||||||
const char *ext;
|
const char *ext;
|
||||||
if (p->filename) {
|
if (p->filename) {
|
||||||
|
Reference in New Issue
Block a user