mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
j2kenc: mark as experimental.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
1c20a0b354
commit
0db973e0d7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user