]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/xxan.c
Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'
[ffmpeg] / libavcodec / xxan.c
index 4030889bd277213dd7362fc4df1630f06d9d9ee7..56d5f4961dcb5051625e76afcad1f6efb23c9068 100644 (file)
@@ -442,6 +442,7 @@ static av_cold int xan_decode_end(AVCodecContext *avctx)
 
 AVCodec ff_xan_wc4_decoder = {
     .name           = "xan_wc4",
+    .long_name      = NULL_IF_CONFIG_SMALL("Wing Commander IV / Xxan"),
     .type           = AVMEDIA_TYPE_VIDEO,
     .id             = AV_CODEC_ID_XAN_WC4,
     .priv_data_size = sizeof(XanContext),
@@ -449,5 +450,4 @@ AVCodec ff_xan_wc4_decoder = {
     .close          = xan_decode_end,
     .decode         = xan_decode_frame,
     .capabilities   = CODEC_CAP_DR1,
-    .long_name      = NULL_IF_CONFIG_SMALL("Wing Commander IV / Xxan"),
 };