diff --git a/plugins/vlc-video/vlc-video-source.c b/plugins/vlc-video/vlc-video-source.c index 3ed181e19..6799f624c 100644 --- a/plugins/vlc-video/vlc-video-source.c +++ b/plugins/vlc-video/vlc-video-source.c @@ -547,7 +547,7 @@ static bool valid_extension(const char *ext) if (!ext || !*ext) return false; - b = EXTENSIONS_MEDIA + 1; + b = &EXTENSIONS_MEDIA[1]; e = strchr(b, ';'); for (;;) {