]> git.sesse.net Git - vlc/commitdiff
Fix possible typo
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 27 Aug 2009 20:44:24 +0000 (22:44 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 27 Aug 2009 20:44:24 +0000 (22:44 +0200)
(or maybe it was Aesthetics)

src/misc/fourcc.c

index 65d37f92b36092d97ee1974796341b99ff2805d1..676f91e68c38e7befa95cfedb0cf3fc27aa04fcd 100644 (file)
@@ -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"),