]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/xl.c
cosmetics: Group .name and .long_name together in codec/format declarations
[ffmpeg] / libavcodec / xl.c
index 65153b45113f38892859b2f762c8c06c2868ea4a..8e9bdc66f60b6c13acd84b274542b85bd1904c4d 100644 (file)
@@ -132,10 +132,10 @@ static av_cold int decode_init(AVCodecContext *avctx)
 
 AVCodec ff_xl_decoder = {
     .name         = "xl",
+    .long_name    = NULL_IF_CONFIG_SMALL("Miro VideoXL"),
     .type         = AVMEDIA_TYPE_VIDEO,
     .id           = AV_CODEC_ID_VIXL,
     .init         = decode_init,
     .decode       = decode_frame,
     .capabilities = CODEC_CAP_DR1,
-    .long_name    = NULL_IF_CONFIG_SMALL("Miro VideoXL"),
 };