xbmenc: cosmetics: reindent

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2012-10-15 13:28:23 +00:00
parent 5864fe62ef
commit e75357ea7c
1 changed files with 1 additions and 1 deletions

View File

@ -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"),
};