From 78448fe1a517aa7734ae14a6959d3f7e0182308e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 31 Oct 2008 15:56:43 +0100 Subject: decoder_api: pass constant path pointers --- src/decoder/ffmpeg_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/ffmpeg_plugin.c') diff --git a/src/decoder/ffmpeg_plugin.c b/src/decoder/ffmpeg_plugin.c index dde06f4d3..a249bc118 100644 --- a/src/decoder/ffmpeg_plugin.c +++ b/src/decoder/ffmpeg_plugin.c @@ -325,7 +325,7 @@ static bool ffmpeg_tag_internal(BasePtrs *base) } //no tag reading in ffmpeg, check if playable -static struct tag *ffmpeg_tag(char *file) +static struct tag *ffmpeg_tag(const char *file) { struct input_stream input; BasePtrs base; -- cgit v1.2.3