[vlc-devel] [PATCH 4/6] aout: output: Add missing VLC_OBJECT

Hugo Beauzée-Luyssen hugo at beauzee.fr
Thu Dec 3 15:33:47 CET 2020


---
 src/audio_output/output.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/audio_output/output.c b/src/audio_output/output.c
index b0ddfc64b5..5ccfe46565 100644
--- a/src/audio_output/output.c
+++ b/src/audio_output/output.c
@@ -620,7 +620,7 @@ int aout_OutputNew (audio_output_t *aout)
 
     aout_FormatPrepare (fmt);
     assert (fmt->i_bytes_per_frame > 0 && fmt->i_frame_length > 0);
-    aout_FormatPrint (aout, "output", fmt);
+    aout_FormatPrint (VLC_OBJECT(aout), "output", fmt);
     return 0;
 }
 
-- 
2.29.2



More information about the vlc-devel mailing list