]> git.sesse.net Git - vlc/blobdiff - modules/codec/subtitles/subsusf.c
module_find, module_exists, module_get_main: remove useless paramter
[vlc] / modules / codec / subtitles / subsusf.c
index 945ed09e1853e002f8d7d5197e4e5d628c3f747f..d300ac042cd3e39f0798f1709c43bb7a4a6bb846 100644 (file)
@@ -517,7 +517,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( "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 */