[vlc-devel] commit: Fixed typo for f32b. (Laurent Aimar )
git version control
git at videolan.org
Sat Feb 6 16:08:03 CET 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sat Feb 6 15:50:12 2010 +0100| [2f4e7076fa1c1e889dae193ba494c2d3cfe543c4] | committer: Laurent Aimar
Fixed typo for f32b.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2f4e7076fa1c1e889dae193ba494c2d3cfe543c4
---
src/misc/fourcc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 5bd1d8b..c3daddf 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -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"),
More information about the vlc-devel
mailing list