Commit 14e8d8a7 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

format: fix typo, conversion from S32N to S16N

(cherry picked from commit 1d5cbf26f50d5e5067a5baee2e045a4ca4577fc5)
parent 9a3277e8
......@@ -527,7 +527,7 @@ static const struct {
{ VLC_CODEC_S32N, VLC_CODEC_FL32, S32toFl32 },
{ VLC_CODEC_S24N, VLC_CODEC_S16N, S24toS16 },
{ VLC_CODEC_S32N, VLC_CODEC_S32N, S32toS16 },
{ VLC_CODEC_S32N, VLC_CODEC_S16N, S32toS16 },
{ VLC_CODEC_FL32, VLC_CODEC_S16N, Fl32toS16 },
{ VLC_CODEC_S16N, VLC_CODEC_S8, S16toS8 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment