]> git.sesse.net Git - vlc/blobdiff - src/audio_output/filters.c
Do not include vlc_modules.h in vlc_common.h
[vlc] / src / audio_output / filters.c
index 8a7bca54dbe9e5b2b6ed36584e76556327cfa348..b5ceb86b96b23a9be9c26466a2524308e9f1d31a 100644 (file)
@@ -32,6 +32,7 @@
 
 #include <vlc_common.h>
 #include <vlc_dialog.h>
+#include <vlc_modules.h>
 
 #include <vlc_aout.h>
 #include <vlc_filter.h>
@@ -186,7 +187,9 @@ int aout_FiltersCreatePipeline( aout_instance_t * p_aout,
     if ( !i_nb_conversions )
     {
         /* There was only one conversion to do, and we already failed. */
-        msg_Err( p_aout, "couldn't find a filter for the conversion" );
+        msg_Err( p_aout, "couldn't find a filter for the conversion "
+                "%4.4s -> %4.4s",
+                &p_input_format->i_format, &p_output_format->i_format );
         return -1;
     }