Commit 34ebbbfe authored by Anton Khirnov's avatar Anton Khirnov

xsubenc: reindent

parent 466b39ef
...@@ -214,6 +214,6 @@ AVCodec ff_xsub_encoder = { ...@@ -214,6 +214,6 @@ AVCodec ff_xsub_encoder = {
.type = AVMEDIA_TYPE_SUBTITLE, .type = AVMEDIA_TYPE_SUBTITLE,
.id = AV_CODEC_ID_XSUB, .id = AV_CODEC_ID_XSUB,
.init = xsub_encoder_init, .init = xsub_encoder_init,
.encode_sub= xsub_encode, .encode_sub = xsub_encode,
.long_name = NULL_IF_CONFIG_SMALL("DivX subtitles (XSUB)"), .long_name = NULL_IF_CONFIG_SMALL("DivX subtitles (XSUB)"),
}; };
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