[vlc-devel] [PATCHv2 7/9] demux: mock: use f32l by default for audio

Thomas Guillem thomas at gllm.fr
Wed Aug 19 21:26:01 CEST 2020


---
 modules/demux/mock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/mock.c b/modules/demux/mock.c
index 76bcba44986..1dffe4d75cc 100644
--- a/modules/demux/mock.c
+++ b/modules/demux/mock.c
@@ -116,7 +116,7 @@ var_Read_unsigned(const char *psz)
     Y(audio, packetized, bool, add_bool, Bool, true) \
     Y(audio, add_track_at, vlc_tick_t, add_integer, Integer, VLC_TICK_INVALID) \
     Y(audio, channels, unsigned, add_integer, Unsigned, 2) \
-    Y(audio, format, vlc_fourcc_t, add_string, Fourcc, "u8") \
+    Y(audio, format, vlc_fourcc_t, add_string, Fourcc, "f32l") \
     Y(audio, rate, unsigned, add_integer, Unsigned, 44100) \
     Y(audio, sample_length, vlc_tick_t, add_integer, Integer, VLC_TICK_FROM_MS(40) )
 
-- 
2.28.0



More information about the vlc-devel mailing list