mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-02 10:11:54 +00:00
lavc/j2kenc: Remove experimental flag.
The encoder produces valid and - if requested - lossless files.
This commit is contained in:
parent
f011e98cb1
commit
f253c34175
@ -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:
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user