[vlc-commits] Add another jpeg2000 fourcc by Lead
Jean-Baptiste Kempf
git at videolan.org
Thu Sep 29 23:29:00 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Sep 29 23:08:47 2011 +0200| [2a6d05368b95c857ff10878ec634c0e7e24ca4d7] | committer: Jean-Baptiste Kempf
Add another jpeg2000 fourcc by Lead
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2a6d05368b95c857ff10878ec634c0e7e24ca4d7
---
src/misc/fourcc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index d516b4a..05b7f3f 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -891,6 +891,7 @@ static const entry_t p_list_video[] = {
A("MJP2"),
A("MJ2C"),
A("LJ2C"),
+ A("LJ2K"),
B(VLC_CODEC_LAGARITH, "Lagarith Lossless"),
A("LAGS"),
More information about the vlc-commits
mailing list