You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
xsubenc: reindent
This commit is contained in:
@@ -210,10 +210,10 @@ static av_cold int xsub_encoder_init(AVCodecContext *avctx)
|
|||||||
}
|
}
|
||||||
|
|
||||||
AVCodec ff_xsub_encoder = {
|
AVCodec ff_xsub_encoder = {
|
||||||
.name = "xsub",
|
.name = "xsub",
|
||||||
.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)"),
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user