[vlc-devel] commit: Fix possible typo (Jean-Baptiste Kempf )
git version control
git at videolan.org
Thu Aug 27 22:45:02 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug 27 22:44:24 2009 +0200| [24719ba3c36b465427c2a1f2d8ec0f380472f5c1] | committer: Jean-Baptiste Kempf
Fix possible typo
(or maybe it was Aesthetics)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=24719ba3c36b465427c2a1f2d8ec0f380472f5c1
---
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 65d37f9..676f91e 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -1065,7 +1065,7 @@ static const entry_t p_list_audio[] = {
B(VLC_CODEC_FL32, "32 bits float"),
A("fl32"),
- B(VLC_CODEC_FL32, "64 bits float"),
+ B(VLC_CODEC_FL64, "64 bits float"),
A("fl64"),
B(VLC_CODEC_TWINVQ, "TwinVQ"),
More information about the vlc-devel
mailing list