j2kdec: mark as CODEC_CAP_EXPERIMENTAL

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-05-24 00:01:29 +02:00
parent 88e9397ef1
commit df0adc806b
1 changed files with 1 additions and 1 deletions

View File

@ -1063,7 +1063,7 @@ AVCodec ff_jpeg2000_decoder = {
NULL,
decode_end,
decode_frame,
0,
.capabilities = CODEC_CAP_EXPERIMENTAL,
.pix_fmts =
(enum PixelFormat[]) {PIX_FMT_GRAY8, PIX_FMT_RGB24, -1}
};