]> git.sesse.net Git - vlc/blobdiff - modules/audio_filter/converter/a52tospdif.c
audio_filter/: fix warnings
[vlc] / modules / audio_filter / converter / a52tospdif.c
index 236f428066cba9982bffea0cc44ab267815ebd44..a55725e6a8e324e14ce50745f28b37c2b83dde32 100644 (file)
@@ -82,6 +82,7 @@ static int Create( vlc_object_t *p_this )
 static void DoWork( aout_instance_t * p_aout, aout_filter_t * p_filter,
                     aout_buffer_t * p_in_buf, aout_buffer_t * p_out_buf )
 {
+    VLC_UNUSED(p_aout);
     /* AC3 is natively big endian. Most SPDIF devices have the native
      * endianness of the computer system.
      * On Mac OS X however, little endian devices are also common.