]> git.sesse.net Git - vlc/commit
JPEG 2000 decoding support.
authorJai Menon <jmenon86@gmail.com>
Fri, 25 Jun 2010 08:29:19 +0000 (13:59 +0530)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 25 Jun 2010 09:22:05 +0000 (11:22 +0200)
commitdf8768da3e17abb5fca0081c98b7e61d53735b32
treeb9870379c62aed79132525f2ebca5a229c1410a3
parent3eeacf09e70470b01226cd41e40856477258b0b5
JPEG 2000 decoding support.

Adds a JPEG 2000 fourcc and hooks it up to the libavcodec decoder.
Also add an alias to 'mjp2' which is used to pack JPEG 2000 in MOV
by Final Cut Pro etc.
include/vlc_fourcc.h
modules/codec/avcodec/fourcc.c
src/misc/fourcc.c