mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-24 17:12:34 +02:00
cosmetics: Clean up the tiffenc pix_fmts declaration to match the style of others
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
00c3b67b8a
commit
1428527581
@ -475,10 +475,10 @@ AVCodec ff_tiff_encoder = {
|
|||||||
.pix_fmts = (const enum PixelFormat[]) {
|
.pix_fmts = (const enum PixelFormat[]) {
|
||||||
PIX_FMT_RGB24, PIX_FMT_PAL8, PIX_FMT_GRAY8,
|
PIX_FMT_RGB24, PIX_FMT_PAL8, PIX_FMT_GRAY8,
|
||||||
PIX_FMT_MONOBLACK, PIX_FMT_MONOWHITE,
|
PIX_FMT_MONOBLACK, PIX_FMT_MONOWHITE,
|
||||||
PIX_FMT_YUV420P, PIX_FMT_YUV422P,
|
PIX_FMT_YUV420P, PIX_FMT_YUV422P, PIX_FMT_YUV444P,
|
||||||
PIX_FMT_YUV444P, PIX_FMT_YUV410P,
|
PIX_FMT_YUV410P, PIX_FMT_YUV411P,
|
||||||
PIX_FMT_YUV411P,
|
PIX_FMT_NONE
|
||||||
PIX_FMT_NONE },
|
},
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("TIFF image"),
|
.long_name = NULL_IF_CONFIG_SMALL("TIFF image"),
|
||||||
.priv_class = &tiffenc_class,
|
.priv_class = &tiffenc_class,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user