]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/txd.c
cosmetics: Group .name and .long_name together in codec/format declarations
[ffmpeg] / libavcodec / txd.c
index a2d123e49012417a5b47366824a9de906d04a916..0eca07f76c4031e4178cb41a8edc15c81f767246 100644 (file)
@@ -128,9 +128,9 @@ unsupported:
 
 AVCodec ff_txd_decoder = {
     .name           = "txd",
+    .long_name      = NULL_IF_CONFIG_SMALL("Renderware TXD (TeXture Dictionary) image"),
     .type           = AVMEDIA_TYPE_VIDEO,
     .id             = AV_CODEC_ID_TXD,
     .decode         = txd_decode_frame,
     .capabilities   = CODEC_CAP_DR1,
-    .long_name      = NULL_IF_CONFIG_SMALL("Renderware TXD (TeXture Dictionary) image"),
 };