vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | 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"), _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
