]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mss4.c
cosmetics: Group .name and .long_name together in codec/format declarations
[ffmpeg] / libavcodec / mss4.c
index a74c363dda5537e1f9a628ebed1192b528174114..81de942f322aea34cb08a0a7d529093c40887adc 100644 (file)
@@ -668,6 +668,7 @@ static av_cold int mss4_decode_end(AVCodecContext *avctx)
 
 AVCodec ff_mts2_decoder = {
     .name           = "mts2",
+    .long_name      = NULL_IF_CONFIG_SMALL("MS Expression Encoder Screen"),
     .type           = AVMEDIA_TYPE_VIDEO,
     .id             = AV_CODEC_ID_MTS2,
     .priv_data_size = sizeof(MSS4Context),
@@ -675,5 +676,4 @@ AVCodec ff_mts2_decoder = {
     .close          = mss4_decode_end,
     .decode         = mss4_decode_frame,
     .capabilities   = CODEC_CAP_DR1,
-    .long_name      = NULL_IF_CONFIG_SMALL("MS Expression Encoder Screen"),
 };