mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
xsubenc: reindent
This commit is contained in:
parent
466b39efaf
commit
34ebbbfeec
1 changed files with 6 additions and 6 deletions
|
|
@ -210,10 +210,10 @@ static av_cold int xsub_encoder_init(AVCodecContext *avctx)
|
|||
}
|
||||
|
||||
AVCodec ff_xsub_encoder = {
|
||||
.name = "xsub",
|
||||
.type = AVMEDIA_TYPE_SUBTITLE,
|
||||
.id = AV_CODEC_ID_XSUB,
|
||||
.init = xsub_encoder_init,
|
||||
.encode_sub= xsub_encode,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("DivX subtitles (XSUB)"),
|
||||
.name = "xsub",
|
||||
.type = AVMEDIA_TYPE_SUBTITLE,
|
||||
.id = AV_CODEC_ID_XSUB,
|
||||
.init = xsub_encoder_init,
|
||||
.encode_sub = xsub_encode,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("DivX subtitles (XSUB)"),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue