]> git.sesse.net Git - vlc/blobdiff - modules/codec/subtitles/subsusf.c
lower case the module_* functions
[vlc] / modules / codec / subtitles / subsusf.c
index 45bebedf7de9f446680652a8f9951c6003b371a9..40cc2222ce338c6a8c6d3fbced0451f05f1d5fde 100644 (file)
@@ -519,7 +519,7 @@ static int ParseImageAttachments( decoder_t *p_dec )
                     fmt_out.i_chroma = VLC_FOURCC('Y','U','V','A');
 
                     /* Find a suitable decoder module */
-                    if( module_Exists( p_dec, "sdl_image" ) )
+                    if( module_exists( p_dec, "sdl_image" ) )
                     {
                         /* ffmpeg thinks it can handle bmp properly but it can't (at least
                          * not all of them), so use sdl_image if it is available */