lavc/j2kenc: Remove experimental flag.

The encoder produces valid and - if requested - lossless files.
This commit is contained in:
Carl Eugen Hoyos 2015-09-04 23:48:32 +02:00
parent f011e98cb1
commit f253c34175
2 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,7 @@ version <next>:
- VDPAU hevc hwaccel
- framerate filter
- Switched default encoders for webm to VP9 and Opus
- Removed experimental flag from the JPEG 2000 encoder
version 2.7:

View File

@ -1159,7 +1159,6 @@ AVCodec ff_jpeg2000_encoder = {
.init = j2kenc_init,
.encode2 = encode_frame,
.close = j2kenc_destroy,
.capabilities = AV_CODEC_CAP_EXPERIMENTAL,
.pix_fmts = (const enum AVPixelFormat[]) {
AV_PIX_FMT_RGB24, AV_PIX_FMT_YUV444P, AV_PIX_FMT_GRAY8,
AV_PIX_FMT_YUV420P, AV_PIX_FMT_YUV422P,