From 4d8875ec23cf299277a0f028ea2ac99eb6f603c9 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 21 Mar 2019 01:18:37 +0100 Subject: lavf: Constify the probe function argument. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin --- libavformat/img2_brender_pix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/img2_brender_pix.c') diff --git a/libavformat/img2_brender_pix.c b/libavformat/img2_brender_pix.c index ae6b3dd718..b8ac3d2abd 100644 --- a/libavformat/img2_brender_pix.c +++ b/libavformat/img2_brender_pix.c @@ -22,7 +22,7 @@ #include "img2.h" #include "libavutil/intreadwrite.h" -static int brender_read_probe(AVProbeData *p) +static int brender_read_probe(const AVProbeData *p) { static const uint8_t brender_magic[16] = { 0,0,0,0x12,0,0,0,8,0,0,0,2,0,0,0,2 -- cgit v1.2.3