j2kenc: mark as experimental.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-09-27 19:02:13 +02:00
parent 1c20a0b354
commit 0db973e0d7
1 changed files with 1 additions and 2 deletions

View File

@ -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,