Commit 7f9b42ff authored by Paul B Mahol's avatar Paul B Mahol Committed by Michael Niedermayer

j2kenc: cosmetics: vertically align AVCodec members.

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent a6501620
...@@ -1050,12 +1050,11 @@ AVCodec ff_jpeg2000_encoder = { ...@@ -1050,12 +1050,11 @@ AVCodec ff_jpeg2000_encoder = {
.init = j2kenc_init, .init = j2kenc_init,
.encode2 = encode_frame, .encode2 = encode_frame,
.close = j2kenc_destroy, .close = j2kenc_destroy,
.capabilities= CODEC_CAP_EXPERIMENTAL, .capabilities = CODEC_CAP_EXPERIMENTAL,
.long_name = NULL_IF_CONFIG_SMALL("JPEG 2000"), .long_name = NULL_IF_CONFIG_SMALL("JPEG 2000"),
.pix_fmts = .pix_fmts = (const enum PixelFormat[]) { PIX_FMT_RGB24, PIX_FMT_YUV444P, PIX_FMT_GRAY8,
(const enum PixelFormat[]) {PIX_FMT_RGB24, PIX_FMT_YUV444P, PIX_FMT_GRAY8, /* PIX_FMT_YUV420P,
/* PIX_FMT_YUV420P, PIX_FMT_YUV422P, PIX_FMT_YUV444P,
PIX_FMT_YUV422P, PIX_FMT_YUV444P, PIX_FMT_YUV410P, PIX_FMT_YUV411P,*/
PIX_FMT_YUV410P, PIX_FMT_YUV411P,*/ PIX_FMT_NONE }
-1}
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment