summaryrefslogtreecommitdiff
path: root/libavformat/s337m.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-03-21 01:18:37 +0100
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-03-21 11:42:17 +0100
commit4d8875ec23cf299277a0f028ea2ac99eb6f603c9 (patch)
tree6a1d32dd7d4dec420de705f53abe9150675ae3b3 /libavformat/s337m.c
parent6dc1da416e14ede6cf8018183f86aeec5cfae86b (diff)
downloadffmpeg-4d8875ec23cf299277a0f028ea2ac99eb6f603c9.tar.gz
lavf: Constify the probe function argument.
Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
Diffstat (limited to 'libavformat/s337m.c')
-rw-r--r--libavformat/s337m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/s337m.c b/libavformat/s337m.c
index 2e85d487b5..48ab66a6da 100644
--- a/libavformat/s337m.c
+++ b/libavformat/s337m.c
@@ -82,7 +82,7 @@ static int s337m_get_offset_and_codec(AVFormatContext *s,
return 0;
}
-static int s337m_probe(AVProbeData *p)
+static int s337m_probe(const AVProbeData *p)
{
uint64_t state = 0;
int markers[3] = { 0 };