Commit 2f4e7076 authored by Laurent Aimar's avatar Laurent Aimar

Fixed typo for f32b.

parent 0df216d3
......@@ -1088,7 +1088,7 @@ static const entry_t p_list_audio[] = {
A("f32l"),
A("fl32"),
B(VLC_CODEC_F32L, "32 bits float BE"),
B(VLC_CODEC_F32B, "32 bits float BE"),
A("f32b"),
B(VLC_CODEC_F64L, "64 bits float LE"),
......
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