Commit e75357ea authored by Paul B Mahol's avatar Paul B Mahol

xbmenc: cosmetics: reindent

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 5864fe62
......@@ -80,6 +80,6 @@ AVCodec ff_xbm_encoder = {
.encode2 = xbm_encode_frame,
.close = xbm_encode_close,
.pix_fmts = (const enum AVPixelFormat[]) { AV_PIX_FMT_MONOWHITE,
AV_PIX_FMT_NONE },
AV_PIX_FMT_NONE },
.long_name = NULL_IF_CONFIG_SMALL("XBM (X BitMap) image"),
};
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