vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Wed Jul 15 23:16:34 2015 +0200| [d6aa15e622c264b33b68980eb0347e0bb5f7838c] | committer: Jean-Baptiste Kempf
FourCC: fix typos > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d6aa15e622c264b33b68980eb0347e0bb5f7838c --- src/misc/fourcc_list.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/misc/fourcc_list.h b/src/misc/fourcc_list.h index c532066..4789f88 100644 --- a/src/misc/fourcc_list.h +++ b/src/misc/fourcc_list.h @@ -770,7 +770,7 @@ static const staticentry_t p_list_video[] = { A("RV32"), B(VLC_CODEC_RGBA, "32 bits RGBA"), A("RGBA"), - B(VLC_CODEC_RGBA, "32 bits ARGB"), + B(VLC_CODEC_ARGB, "32 bits ARGB"), A("ARGB"), A("AV32"), B(VLC_CODEC_BGRA, "32 bits BGRA"), @@ -1448,7 +1448,7 @@ static const staticentry_t p_list_audio[] = { B(VLC_CODEC_F64L, "64 bits float LE"), A("f64l"), - B(VLC_CODEC_F64L, "64 bits float BE"), + B(VLC_CODEC_F64B, "64 bits float BE"), A("f64b"), B(VLC_CODEC_TWINVQ, "TwinVQ"), _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
