X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fxsubenc.c;h=fc46fb8651ede5642fc3ea516fcc554854bc4b55;hb=3d7c84747d4b68f3929c98a6e09efea8e53634dc;hp=816e651a67f590d13c9836328a7192ed212e67fc;hpb=34ebbbfeecd6f535c75dfddf2d21d198e1613300;p=ffmpeg diff --git a/libavcodec/xsubenc.c b/libavcodec/xsubenc.c index 816e651a67f..fc46fb8651e 100644 --- a/libavcodec/xsubenc.c +++ b/libavcodec/xsubenc.c @@ -211,9 +211,9 @@ static av_cold int xsub_encoder_init(AVCodecContext *avctx) AVCodec ff_xsub_encoder = { .name = "xsub", + .long_name = NULL_IF_CONFIG_SMALL("DivX subtitles (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)"), };