]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/xsubdec.c
cosmetics: Group .name and .long_name together in codec/format declarations
[ffmpeg] / libavcodec / xsubdec.c
index 11e1d57fed86dfea66c48a907ddf7f5f214ca6d2..3d85973de6200e3499cde25ebc44045f3932f6d3 100644 (file)
@@ -138,9 +138,9 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size,
 
 AVCodec ff_xsub_decoder = {
     .name      = "xsub",
+    .long_name = NULL_IF_CONFIG_SMALL("XSUB"),
     .type      = AVMEDIA_TYPE_SUBTITLE,
     .id        = AV_CODEC_ID_XSUB,
     .init      = decode_init,
     .decode    = decode_frame,
-    .long_name = NULL_IF_CONFIG_SMALL("XSUB"),
 };