Added support for J2K encoding with libopenjpeg
Note: Some of the previous patches have had two bugs that have been fixed in this patch.
This commit is contained in:
parent
32aa9590ac
commit
7c92c03b8d
8 changed files with 346 additions and 3 deletions
|
|
@ -391,7 +391,7 @@ void avcodec_register_all(void)
|
|||
REGISTER_ENCODER (LIBMP3LAME, libmp3lame);
|
||||
REGISTER_ENCDEC (LIBOPENCORE_AMRNB, libopencore_amrnb);
|
||||
REGISTER_DECODER (LIBOPENCORE_AMRWB, libopencore_amrwb);
|
||||
REGISTER_DECODER (LIBOPENJPEG, libopenjpeg);
|
||||
REGISTER_ENCDEC (LIBOPENJPEG, libopenjpeg);
|
||||
REGISTER_ENCDEC (LIBSCHROEDINGER, libschroedinger);
|
||||
REGISTER_ENCDEC (LIBSPEEX, libspeex);
|
||||
REGISTER_DECODER (LIBSTAGEFRIGHT_H264, libstagefright_h264);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue