[vlc-commits] demux: mock: use f32l by default for audio

Thomas Guillem git at videolan.org
Wed Aug 26 16:01:21 CEST 2020


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Aug 13 10:50:35 2020 +0200| [916e07a140e645d267a93cb41d7341d836e9deb3] | committer: Thomas Guillem

demux: mock: use f32l by default for audio

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=916e07a140e645d267a93cb41d7341d836e9deb3
---

 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 76bcba4498..1dffe4d75c 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) )
 



More information about the vlc-commits mailing list