]> git.sesse.net Git - vlc/blobdiff - modules/codec/mpeg_audio.c
module_find, module_exists, module_get_main: remove useless paramter
[vlc] / modules / codec / mpeg_audio.c
index e5e55f490374c3b52ded734e945d5642f043004d..8a60f164b319ff4aa8bbd2554cb2af1ccc781202 100644 (file)
@@ -141,7 +141,7 @@ static int OpenDecoder( vlc_object_t *p_this )
 
     /* HACK: Don't use this codec if we don't have an mpga audio filter */
     if( p_dec->i_object_type == VLC_OBJECT_DECODER &&
-        !module_exists( p_this, "mpgatofixed32" ) )
+        !module_exists( "mpgatofixed32" ) )
     {
         return VLC_EGENERIC;
     }