Commit 0db973e0 authored by Michael Niedermayer's avatar Michael Niedermayer

j2kenc: mark as experimental.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 1c20a0b3
......@@ -1035,8 +1035,7 @@ AVCodec ff_jpeg2000_encoder = {
j2kenc_init,
encode_frame,
j2kenc_destroy,
NULL,
0,
.capabilities= CODEC_CAP_EXPERIMENTAL,
.pix_fmts =
(enum PixelFormat[]) {PIX_FMT_GRAY8, PIX_FMT_RGB24,
PIX_FMT_YUV422P, PIX_FMT_YUV444P,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment