]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libschroedingerdec.c
cosmetics: Group .name and .long_name together in codec/format declarations
[ffmpeg] / libavcodec / libschroedingerdec.c
index 7fedc632210732b6f955ab4b4933d88098ca7ceb..7e258e3f9887aecf760d54ec27571677ccd18647 100644 (file)
@@ -378,6 +378,7 @@ static void libschroedinger_flush(AVCodecContext *avctx)
 
 AVCodec ff_libschroedinger_decoder = {
     .name           = "libschroedinger",
+    .long_name      = NULL_IF_CONFIG_SMALL("libschroedinger Dirac 2.2"),
     .type           = AVMEDIA_TYPE_VIDEO,
     .id             = AV_CODEC_ID_DIRAC,
     .priv_data_size = sizeof(SchroDecoderParams),
@@ -386,5 +387,4 @@ AVCodec ff_libschroedinger_decoder = {
     .decode         = libschroedinger_decode_frame,
     .capabilities   = CODEC_CAP_DELAY,
     .flush          = libschroedinger_flush,
-    .long_name      = NULL_IF_CONFIG_SMALL("libschroedinger Dirac 2.2"),
 };